##// END OF EJS Templates
wn 8.1.1
Matthias Bussonnier -
Show More
@@ -3,6 +3,13 b''
3 3 ============
4 4
5 5
6 .. _version 8.1.1:
7
8 IPython 8.1.1
9 -------------
10
11 Revert :ghpull:`13537` (fix an issue with symlinks in virtualenv) that raises an error in Python 3.8.
12
6 13 .. _version 8.1:
7 14
8 15 IPython 8.1.0
@@ -44,7 +51,7 b' features listed in :ref:`version 7.32`.'
44 51
45 52 - internal ``appended_to_syspath`` context manager has been deprecated.
46 53
47 - fix an issue with symlinks in virtualenv :ghpull:`13537`
54 - fix an issue with symlinks in virtualenv :ghpull:`13537` (Reverted in 8.1.1)
48 55
49 56 - Fix an issue with vim mode, where cursor would not be reset on exit :ghpull:`13472`
50 57
General Comments 0
You need to be logged in to leave comments. Login now