From 2ef37181f8d56e4c76489707ffdb47095b9feb8c 2023-10-02 08:15:12 From: Matthias Bussonnier Date: 2023-10-02 08:15:12 Subject: [PATCH] Update what's new for 8.16.1 --- diff --git a/docs/source/whatsnew/version8.rst b/docs/source/whatsnew/version8.rst index b5c599c..830e6bb 100644 --- a/docs/source/whatsnew/version8.rst +++ b/docs/source/whatsnew/version8.rst @@ -3,9 +3,10 @@ ============ .. _version 8.16: +.. _version 8.16.1: -IPython 8.16 ------------- +IPython 8.16, 8.16.1 +-------------------- Small double release of IPython (with the 8.12.3 release notes just below). Mostly bug fixes and cleanups, and type annotations. Of interest for users: @@ -13,12 +14,16 @@ Mostly bug fixes and cleanups, and type annotations. Of interest for users: - :ghpull:`14153` Fix a bug of the new iPdb chained traceback where some Exception would not have any traceback. (see upstream fix in CPython for more details). - - :ghpull:`14163` Fix an error where semicolon would not suppress output. - :ghpull:`14168` Fix case with spurious message about event loops when using matplotlib. -As usual you can find the full list of PRs on GitHub under `the 8.16 milestone -`__. +This PR is in 8.16.0 but reverted in 8.16.1, we'll rework the fix for 8.17 + + - :ghpull:`14163` Fix an error where semicolon would not suppress output. + +As usual you can find the full list of PRs on GitHub under `the 8.16 +`__ and `8.16.1 milestone +`__. Thanks to the `D.E. Shaw group `__ for the request and sponsoring the work.