diff --git a/docs/source/whatsnew/version8.rst b/docs/source/whatsnew/version8.rst index 02544df0ebe..6d60941dfa3 100644 --- a/docs/source/whatsnew/version8.rst +++ b/docs/source/whatsnew/version8.rst @@ -3,6 +3,12 @@ ============ +.. _version 8.1.1: +IPython 8.1.1 +------------- + +Revert : fix an issue with symlinks in virtualenv :ghpull:`13537` (raises an error in Python 3.8) + .. _version 8.1: IPython 8.1.0 @@ -44,7 +50,7 @@ features listed in :ref:`version 7.32`. - internal ``appended_to_syspath`` context manager has been deprecated. - - fix an issue with symlinks in virtualenv :ghpull:`13537` + - fix an issue with symlinks in virtualenv :ghpull:`13537` (Reverted in 8.1.1) - Fix an issue with vim mode, where cursor would not be reset on exit :ghpull:`13472`