Skip to content

Commit

Permalink
Merge pull request #10810 from Carreau/docs
Browse files Browse the repository at this point in the history
Add what's new for PR #10721
  • Loading branch information
takluyver committed Sep 15, 2017
2 parents 576d7d8 + f7eca2c commit 349f580
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/whatsnew/version6.rst
Expand Up @@ -8,7 +8,6 @@
IPython 6.2
===========


IPython 6.2 contains all the bugs fixes and features :ref:`available in IPython 5.5 <whatsnew550>`,
like built in progress bar support, and system-wide configuration

Expand Down Expand Up @@ -50,6 +49,11 @@ as well as type annotated assignments: ``a:int = 2``.

See :ghpull:`10598`

Recursive Call of ipdb
----------------------

Advanced users of the debugger can now correctly recursively enter ipdb. This is
thanks to ``@segevfiner`` on :ghpull:`10721`.

.. _whatsnew610:

Expand Down

0 comments on commit 349f580

Please sign in to comment.