From d3a9eeb0af6a9d398b14499ca33641a0a4c30f88 2024-03-04 10:29:15 From: M Bussonnier Date: 2024-03-04 10:29:15 Subject: [PATCH] Backport PR #14360 on branch 8.22.x (Whats new 8.22.1, 8.22.2) (#14361) Backport PR #14360: Whats new 8.22.1, 8.22.2 --- diff --git a/docs/source/whatsnew/version8.rst b/docs/source/whatsnew/version8.rst index dde8bbb..d971565 100644 --- a/docs/source/whatsnew/version8.rst +++ b/docs/source/whatsnew/version8.rst @@ -4,8 +4,8 @@ .. _version 8.22: -IPython 8.22 -============ +IPython 8.22, 8.22.1 and 8.22.2 +=============================== Quick release of IPython for this short month of February, with quite a bit of activity with more than 15 PRs. @@ -19,6 +19,10 @@ I am not going to details all the changes, but among other we have : - Fix crashing IPython when some tracebacks encounter dynamically evaluated code. +IPython 8.22.1 increase the minimal traitlets version, and 8.22.2 fix a critical +bug on emscripten preventing to use some magics like ``%matplotlib`` on +jupyter-light. + API changes -----------