##// END OF EJS Templates
update whatsnew 8.2
Matthias Bussonnier -
Show More
@@ -3,6 +3,29 b''
3 ============
3 ============
4
4
5
5
6 .. _version 8.2.0:
7
8 IPython 8.2.0
9 -------------
10
11 IPython 8.2 mostly bring bugfixes to IPython.
12
13 - Auto-suggestion can now be elected with the ``end`` key. :ghpull:`13566`
14 - Some traceback issues with ``assert etb is not None`` have been fixed. :ghpull:`13588`
15 - History is now pulled from the sqitel database and not from in-memory.
16 In particular when using the ``%paste`` magic, the content of the pasted text will
17 be part of the history and not the verbatim text ``%paste`` anymore. :ghpull:`13592`
18 - Fix ``Ctrl-\\`` exit cleanup :ghpull:`13603`
19 - Fixes to ``ultratb`` ipdb support when used outside of IPython. :ghpull:`13498`
20
21
22 I am still trying to fix and investigate :ghissue:`13598`, which seem to be
23 random, and would appreciate help if you find reproducible minimal case. I've
24 tried to make various changes to the codebase to mitigate it, but a proper fix
25 will be difficult without understating the cause.
26
27
28
6 .. _version 8.1.1:
29 .. _version 8.1.1:
7
30
8 IPython 8.1.1
31 IPython 8.1.1
General Comments 0
You need to be logged in to leave comments. Login now