From 578c1995e92b63d9e36d60b388df539d4bdcdecb 2018-09-10 19:17:40 From: Paul Ivanov Date: 2018-09-10 19:17:40 Subject: [PATCH] updated what's new --- diff --git a/docs/source/whatsnew/development.rst b/docs/source/whatsnew/development.rst index 532ba74..a4c5d08 100644 --- a/docs/source/whatsnew/development.rst +++ b/docs/source/whatsnew/development.rst @@ -23,10 +23,15 @@ Need to be updated: pr/* +The ``%%script`` (as well as ``%%bash``, ``ruby``... ) cell magic no raise by +default if the return code of the given code is non-zero (this halting execution +of further cells in a notebook). The behavior can be disable by passing the +``--no-raise-error`` flag. + .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT. Backwards incompatible changes ------------------------------ -.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT. +.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT. \ No newline at end of file diff --git a/docs/source/whatsnew/pr/bash_raise_default.rst b/docs/source/whatsnew/pr/bash_raise_default.rst deleted file mode 100644 index dc2a14e..0000000 --- a/docs/source/whatsnew/pr/bash_raise_default.rst +++ /dev/null @@ -1,4 +0,0 @@ -The ``%%script`` (as well as ``%%bash``, ``ruby``... ) cell magic no raise by -default if the return code of the given code is non-zero (this halting execution -of further cells in a notebook). The behavior can be disable by passing the -``--no-raise-error`` flag.