##// END OF EJS Templates
Retrospectively integrate a release note missed for 5.2
Thomas Kluyver -
Show More
@@ -63,6 +63,9 b' Released on January 29th, 2017. Remarkable changes and fixes:'
63 * Deprecate the ``%autoindent`` magic. :ghpull:`10176`
63 * Deprecate the ``%autoindent`` magic. :ghpull:`10176`
64 * Emit a :any:`DeprecationWarning` when setting the deprecated
64 * Emit a :any:`DeprecationWarning` when setting the deprecated
65 ``limit_to_all`` option of the completer. :ghpull:`10198`
65 ``limit_to_all`` option of the completer. :ghpull:`10198`
66 * The :cellmagic:`capture` magic can now capture the result of a cell (from an
67 expression on the last line), as well as printed and displayed output.
68 :ghpull:`9851`.
66
69
67
70
68 Changes of behavior to :any:`InteractiveShellEmbed`.
71 Changes of behavior to :any:`InteractiveShellEmbed`.
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now