From a086805d6d556188089fb0580d2fc698ec5c77ab 2018-07-29 21:28:28 From: Matthias Bussonnier Date: 2018-07-29 21:28:28 Subject: [PATCH] Merge pull request #11243 from Carreau/whatsnew65 What's new in 6.5 --- 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