##// END OF EJS Templates
update changes in API
Matthias Bussonnier -
Show More
@@ -108,14 +108,20 b' You can see `all pull-requests <https://github.com/ipython/ipython/pulls?q=is%3A'
108 API Changes
108 API Changes
109 -----------
109 -----------
110
110
111 Change of API and exposed objects automatically detected using `frappuccino <https://pypi.org/project/frappuccino/>`_ :
111 Change of API and exposed objects automatically detected using `frappuccino <https://pypi.org/project/frappuccino/>`_ (still in beta):
112
112
113 The following items are new in IPython 7.10:
113 The following items are new in IPython 7.10::
114 + IPython.terminal.shortcuts.reformat_text_before_cursor
115 + IPython.terminal.prompts.RichPromptDisplayHook.write_format_data
116 + IPython.terminal.interactiveshell.black_reformat_handler
117
114
118 The following signatures differ between 7.9 and 7.10:
115 + IPython.terminal.shortcuts.reformat_text_before_cursor(buffer, document, shell)
116 + IPython.terminal.interactiveshell.PTK3
117 + IPython.terminal.interactiveshell.black_reformat_handler(text_before_cursor)
118 + IPython.terminal.prompts.RichPromptDisplayHook.write_format_data(self, format_dict, md_dict='None')
119
120 The following items have been removed in 7.10::
121
122 - IPython.lib.pretty.DICT_IS_ORDERED
123
124 The following signatures differ between versions::
119
125
120 - IPython.extensions.storemagic.restore_aliases(ip)
126 - IPython.extensions.storemagic.restore_aliases(ip)
121 + IPython.extensions.storemagic.restore_aliases(ip, alias='None')
127 + IPython.extensions.storemagic.restore_aliases(ip, alias='None')
General Comments 0
You need to be logged in to leave comments. Login now