Skip to content

Commit 7698007

Browse files
committed
Add 4.4 to changelog
1 parent 82b59d6 commit 7698007

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ For more detailed information, see `GitHub <https://github.com/jupyter/notebook>
1212
upgrade to the latest release.
1313

1414

15+
.. _release-4.4.0:
16+
17+
4.4.0
18+
-----
19+
20+
- Allow override of output callbacks to redirect output messages. This is used to implement the ipywidgets Output widget, for example.
21+
- Fix an async bug in message handling by allowing comm message handlers to return a promise which halts message processing until the promise resolves.
22+
23+
See the 4.4 milestone on GitHub for a complete list of
24+
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A4.4>`__
25+
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A4.4>`__ involved in this release.
26+
1527
.. _release-4.3.2:
1628

1729
4.3.2

0 commit comments

Comments
 (0)