diff --git a/docs/source/whatsnew/version6.rst b/docs/source/whatsnew/version6.rst index 49bc0e6..461132e 100644 --- a/docs/source/whatsnew/version6.rst +++ b/docs/source/whatsnew/version6.rst @@ -2,6 +2,18 @@ 6.x Series ============ +.. _whatsnew650: + +IPython 6.5.0 +============= + +Miscellaneous bug fixes and compatibility with Python 3.7. + +* Autocompletion fix for modules with out ``__init__.py`` :ghpull:`11227` +* update the ``%pastebin`` magic to use ``dpaste.com`` instead og GitHub Gist + which now requires authentication :ghpull:`11182` +* Fix crash with multiprocessing :ghpull:`11185` + .. _whatsnew640: IPython 6.4.0