##// END OF EJS Templates
Merge pull request #13662 from Carreau/auto-backport-of-pr-13660-on-7.x...
Matthias Bussonnier -
r27652:fdb049a5 merge
parent child Browse files
Show More
@@ -2,12 +2,16 b''
2 2 7.x Series
3 3 ============
4 4
5 .. _version 7.31.1:
5 .. _version 7.33:
6 6
7 IPython 7.31.1 (CVE-2022-21699)
8 ===============================
7 IPython 7.33
8 ============
9 9
10 Fixed CVE-2022-21699, see IPython 8.0.1 release notes for informations.
10 - Allow IPython hooks to receive current cell ids when frontend support it. See
11 :ghpull:`13600`
12
13 - ``?`` does not trigger the insertion of a new cell anymore as most frontend
14 allow proper multiline edition. :ghpull:`13625`
11 15
12 16
13 17 .. _version 7.32:
@@ -47,6 +51,13 b' contributions to this milestone `on github'
47 51 Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring
48 52 work on IPython and related libraries.
49 53
54 .. _version 7.31.1:
55
56 IPython 7.31.1 (CVE-2022-21699)
57 ===============================
58
59 Fixed CVE-2022-21699, see IPython 8.0.1 release notes for informations.
60
50 61 .. _version 7.31:
51 62
52 63 IPython 7.31
General Comments 0
You need to be logged in to leave comments. Login now