##// END OF EJS Templates
Add what's new for PR #10721...
Matthias Bussonnier -
Show More
@@ -8,7 +8,6 b''
8 IPython 6.2
8 IPython 6.2
9 ===========
9 ===========
10
10
11
12 IPython 6.2 contains all the bugs fixes and features :ref:`available in IPython 5.5 <whatsnew550>`,
11 IPython 6.2 contains all the bugs fixes and features :ref:`available in IPython 5.5 <whatsnew550>`,
13 like built in progress bar support, and system-wide configuration
12 like built in progress bar support, and system-wide configuration
14
13
@@ -50,6 +49,11 b' as well as type annotated assignments: ``a:int = 2``.'
50
49
51 See :ghpull:`10598`
50 See :ghpull:`10598`
52
51
52 Recursive Call of ipdb
53 ----------------------
54
55 Advanced users of the debugger can now correctly recursively enter ipdb. This is
56 thanks to ``@segevfiner`` on :ghpull:`10721`.
53
57
54 .. _whatsnew610:
58 .. _whatsnew610:
55
59
General Comments 0
You need to be logged in to leave comments. Login now