##// END OF EJS Templates
Update whatsnew docs.
Thomas Kluyver -
Show More
@@ -61,6 +61,10 b' New features'
61 * **Multiline History**: Multiline readline history has been restored to the
61 * **Multiline History**: Multiline readline history has been restored to the
62 Terminal frontend by default (:ghpull:`838`).
62 Terminal frontend by default (:ghpull:`838`).
63
63
64 * **%store**: The ``%store`` magic from earlier versions has been updated and
65 placed in an extension, 'storemagic'. Add 'storemagic' to ``c.InteractiveShellApp.extensions``
66 in ipython_config.py to enable it (:ghpull:`1029`).
67
64
68
65
69
66 Major Bugs fixed
70 Major Bugs fixed
@@ -90,6 +94,9 b' Major Bugs fixed'
90 * A bug in PySide < 1.0.7 caused crashes on OSX when tooltips were shown
94 * A bug in PySide < 1.0.7 caused crashes on OSX when tooltips were shown
91 (:ghissue:`711`). these tooltips are now disabled on old PySide (:ghpull:`963`).
95 (:ghissue:`711`). these tooltips are now disabled on old PySide (:ghpull:`963`).
92
96
97 * IPython no longer crashes when started on recent versions of Python 3 in
98 Windows (:ghissue:`737`).
99
93 .. * use bullet list
100 .. * use bullet list
94
101
95 Backwards incompatible changes
102 Backwards incompatible changes
General Comments 0
You need to be logged in to leave comments. Login now