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`