From a633eea03a02ff526bd6e3f9a88f724403addd43 2020-06-26 21:38:44 From: Matthias Bussonnier Date: 2020-06-26 21:38:44 Subject: [PATCH] Use frappuccino to generate API diffs. --- diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 763be7c..286f16f 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -39,6 +39,30 @@ IPython 7.15 reproducible build did not work, so we try again this month :ghpull:`12358`. +API Changes +----------- + +Change of API and exposed objects automatically detected using `frappuccino +`_ (still in beta): + + +The following items are new and mostly related to understanding ``__tracebackbhide__``:: + + + IPython.core.debugger.Pdb.do_down(self, arg) + + IPython.core.debugger.Pdb.do_skip_hidden(self, arg) + + IPython.core.debugger.Pdb.do_up(self, arg) + + IPython.core.debugger.Pdb.hidden_frames(self, stack) + + IPython.core.debugger.Pdb.stop_here(self, frame) + + +The following items have been removed:: + + - IPython.core.debugger.Pdb.new_do_down + - IPython.core.debugger.Pdb.new_do_up + +Those were implementation details. + + .. _version 715: IPython 7.15