From 9ef034969f6d59c12ce99c878391fd323f4ff791 2019-02-18 21:42:01 From: Matthias Bussonnier Date: 2019-02-18 21:42:01 Subject: [PATCH] update what's new --- diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 3ba202d..13c6932 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -24,6 +24,7 @@ will actually forward commands to pip. Misc bug fixes and improvements: + - Compatibility with Python 3.8. - Do not expand shell variable in execution magics, and added the ``no_var_expand`` decorator for magic requiring a similar functionality :ghpull:`11516`