##// END OF EJS Templates
run update whatsnew
Min RK -
Show More
@@ -11,6 +11,21 b' This document describes in-flight development work.'
11 11 `docs/source/whatsnew/pr` folder
12 12
13 13
14 Added a ``Valid`` widget which inherits the ``_Bool`` widget and displays a green checkmark or red cross depending on the truth of ``.value``.
15
16 Callbacks registered with the ``Widget.on_some_change`` method are passed the Backbone model ``change`` event's arguments.
17
18 The serialization of widget traitlets can be customized. Custom serialization can use binary message buffers. Refer to :ghpull:`7757` for more information.
19
20 Code raising ``DeprecationWarning``
21 entered by the user in an interactive session will now display the warning by
22 default. See :ghpull:`8480` an :ghissue:`8478`.
23
24 The `--deep-reload` flag and the corresponding options to inject `dreload` or
25 `reload` into the interactive namespace have been deprecated, and will be
26 removed in future versions. You should now explicitly import `reload` from
27 `IPython.lib.deepreload` to use it.
28
14 29 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
15 30
16 31
@@ -20,4 +35,3 b' Backwards incompatible changes'
20 35
21 36 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
22 37
23
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now