##// END OF EJS Templates
Update changelog for 5.3
Thomas Kluyver -
Show More
@@ -7,7 +7,7 b' IPython 5.3'
7
7
8 Released on January 29th, 2017. Remarkable changes and fixes:
8 Released on January 29th, 2017. Remarkable changes and fixes:
9
9
10 * fix a bug in ``set_next_input`` leading to crash of the terminal IPython.
10 * Fix a bug in ``set_next_input`` leading to a crash of terminal IPython.
11 :ghpull:`10231`, :ghissue:`10296`, :ghissue:`10229`
11 :ghpull:`10231`, :ghissue:`10296`, :ghissue:`10229`
12 * Always wait for editor inputhook for terminal IPython :ghpull:`10239`,
12 * Always wait for editor inputhook for terminal IPython :ghpull:`10239`,
13 :ghpull:`10240`
13 :ghpull:`10240`
@@ -22,6 +22,10 b' Released on January 29th, 2017. Remarkable changes and fixes:'
22 :ghpull:`10201`, :ghpull:`10311`, :ghissue:`10201`
22 :ghpull:`10201`, :ghpull:`10311`, :ghissue:`10201`
23 * Respect completions display style in terminal debugger :ghpull:`10305`,
23 * Respect completions display style in terminal debugger :ghpull:`10305`,
24 :ghpull:`10313`
24 :ghpull:`10313`
25 * Add a config option ``TerminalInteractiveShell.extra_open_editor_shortcuts``
26 to enable extra shortcuts to open the input in an editor. These are :kbd:`v`
27 in vi mode, and :kbd:`C-X C-E` in emacs mode (:ghpull:`10330`).
28 The :kbd:`F2` shortcut is always enabled.
25
29
26 IPython 5.2.2
30 IPython 5.2.2
27 =============
31 =============
General Comments 0
You need to be logged in to leave comments. Login now