##// END OF EJS Templates
Backport PR #10314 on branch 5.x...
Thomas Kluyver -
Show More
@@ -2,6 +2,27 b''
2 5.x Series
2 5.x Series
3 ============
3 ============
4
4
5 IPython 5.3
6 ===========
7
8 Released on January 29th, 2017. Remarkable changes and fixes:
9
10 * fix a bug in ``set_next_input`` leading to crash of the terminal IPython.
11 :ghpull:`10231`, :ghissue:`10296`, :ghissue:`10229`
12 * Always wait for editor inputhook for terminal IPython :ghpull:`10239`,
13 :ghpull:`10240`
14 * Disable ``_ipython_display_`` in terminal :ghpull:`10249`, :ghpull:`10274`
15 * Update terminal colors to be more visible by default on windows
16 :ghpull:`10260`, :ghpull:`10238`, :ghissue:`10281`
17 * Add Ctrl-Z shortcut (suspend) in terminal debugger :ghpull:`10254`,
18 :ghissue:`10273`
19 * Indent on new line by looking at the text before the cursor :ghpull:`10264`,
20 :ghpull:`10275`, :ghissue:`9283`
21 * Update QtEventloop integration to fix some matplotlib integration issues
22 :ghpull:`10201`, :ghpull:`10311`, :ghissue:`10201`
23 * Respect completions display style in terminal debugger :ghpull:`10305`,
24 :ghpull:`10313`
25
5 IPython 5.2.2
26 IPython 5.2.2
6 =============
27 =============
7
28
@@ -15,7 +36,7 b' IPython 5.2.1'
15 IPython 5.2
36 IPython 5.2
16 ===========
37 ===========
17
38
18 Remarkable changes and fixes:
39 Released on January 29th, 2017. Remarkable changes and fixes:
19
40
20 * restore IPython's debugger to raise on quit. :ghpull:`10009`
41 * restore IPython's debugger to raise on quit. :ghpull:`10009`
21 * The configuration value ``c.TerminalInteractiveShell.highlighting_style`` can
42 * The configuration value ``c.TerminalInteractiveShell.highlighting_style`` can
General Comments 0
You need to be logged in to leave comments. Login now