diff options
author | Steven Silvester | 2014-08-15 10:15:59 -0500 |
---|---|---|
committer | Steven Silvester | 2014-08-15 10:15:59 -0500 |
commit | 7a0928a856f68a522b8672c90091576d81b840a0 (patch) | |
tree | 03e17f2f0b494a599c459b5905875aafcdb9e87a /HISTORY.rst | |
parent | 6803a16ab181d8137d5172f7d31cc72b1f352f43 (diff) | |
download | scilab_kernel-7a0928a856f68a522b8672c90091576d81b840a0.tar.gz scilab_kernel-7a0928a856f68a522b8672c90091576d81b840a0.tar.bz2 scilab_kernel-7a0928a856f68a522b8672c90091576d81b840a0.zip |
Add %inline toggle magic.
Diffstat (limited to 'HISTORY.rst')
-rw-r--r-- | HISTORY.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 8b9161a..ed06547 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,8 @@ Release History 0.2 (2014-08-14) ++++++++++++++++ -- Add Python 3 and Windows compatibility. +- Added Python 3 and Windows compatibility. +- Added %inline magic. - Improved completion, help magic and calltips. 0.1 (2014-08-09) |