From a6384d315bfee13d38da25feb6b9d31afbbed86a 2011-11-24 22:30:51 From: Thomas Kluyver Date: 2011-11-24 22:30:51 Subject: [PATCH] Update whatsnew docs. --- diff --git a/docs/source/whatsnew/development.txt b/docs/source/whatsnew/development.txt index a7ba607..1319f40 100644 --- a/docs/source/whatsnew/development.txt +++ b/docs/source/whatsnew/development.txt @@ -61,6 +61,10 @@ New features * **Multiline History**: Multiline readline history has been restored to the Terminal frontend by default (:ghpull:`838`). +* **%store**: The ``%store`` magic from earlier versions has been updated and + placed in an extension, 'storemagic'. Add 'storemagic' to ``c.InteractiveShellApp.extensions`` + in ipython_config.py to enable it (:ghpull:`1029`). + Major Bugs fixed @@ -90,6 +94,9 @@ Major Bugs fixed * A bug in PySide < 1.0.7 caused crashes on OSX when tooltips were shown (:ghissue:`711`). these tooltips are now disabled on old PySide (:ghpull:`963`). +* IPython no longer crashes when started on recent versions of Python 3 in + Windows (:ghissue:`737`). + .. * use bullet list Backwards incompatible changes