From aef98e9a4bce41b55b5e938cfe6da4daedbbe394 2017-02-24 15:03:12 From: Thomas Kluyver Date: 2017-02-24 15:03:12 Subject: [PATCH] Retrospectively integrate a release note missed for 5.2 --- diff --git a/docs/source/whatsnew/pr/capture-displayhook.rst b/docs/source/whatsnew/pr/capture-displayhook.rst deleted file mode 100644 index 5952f3c..0000000 --- a/docs/source/whatsnew/pr/capture-displayhook.rst +++ /dev/null @@ -1,3 +0,0 @@ -- The :cellmagic:`capture` magic can now capture the result of a cell (from an - expression on the last line), as well as printed and displayed output. - :ghpull:`9851`. diff --git a/docs/source/whatsnew/pr/debugger-ctrl-z.rst b/docs/source/whatsnew/pr/debugger-ctrl-z.rst deleted file mode 100644 index fce7a76..0000000 --- a/docs/source/whatsnew/pr/debugger-ctrl-z.rst +++ /dev/null @@ -1,2 +0,0 @@ -Pressing Ctrl-Z in the terminal debugger now suspends IPython, as it already -does in the main terminal prompt. diff --git a/docs/source/whatsnew/version5.rst b/docs/source/whatsnew/version5.rst index 3cbe193..4ef145b 100644 --- a/docs/source/whatsnew/version5.rst +++ b/docs/source/whatsnew/version5.rst @@ -63,6 +63,9 @@ Released on January 29th, 2017. Remarkable changes and fixes: * Deprecate the ``%autoindent`` magic. :ghpull:`10176` * Emit a :any:`DeprecationWarning` when setting the deprecated ``limit_to_all`` option of the completer. :ghpull:`10198` +* The :cellmagic:`capture` magic can now capture the result of a cell (from an + expression on the last line), as well as printed and displayed output. + :ghpull:`9851`. Changes of behavior to :any:`InteractiveShellEmbed`.