##// END OF EJS Templates
whats new 8.3
Matthias Bussonnier -
Show More
@@ -10,11 +10,16 b' IPython 8.3.0'
10 10
11 11 - :ghpull:`13625`, using ``?``, ``??``, ``*?`` will not call
12 12 ``set_next_input`` as most frontend allow proper multiline editing and it was
13 causing issues for many users of multi-cell frontends.
13 causing issues for many users of multi-cell frontends. This has been backported to 7.33
14 14
15 15
16 16 - :ghpull:`13600`, ``pre_run_*``-hooks will now have a ``cell_id`` attribute on
17 the info object when frontend provide it.
17 the info object when frontend provide it. This has been backported to 7.33
18
19 - :ghpull:`13624`, fixed :kbd:`End` key being broken after accepting an
20 auto-suggestion.
21
22 - :ghpull:`13657` fix issue where history from different sessions would be mixed.
18 23
19 24 .. _version 8.2.0:
20 25
General Comments 0
You need to be logged in to leave comments. Login now