From 76980079bcf3954ec3cafe40dd52fa36c42e4f58 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Wed, 8 Feb 2017 18:37:50 -0800 Subject: [PATCH] Add 4.4 to changelog --- docs/source/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ceda4203a8..6f250f3ced 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -12,6 +12,18 @@ For more detailed information, see `GitHub upgrade to the latest release. +.. _release-4.4.0: + +4.4.0 +----- + +- Allow override of output callbacks to redirect output messages. This is used to implement the ipywidgets Output widget, for example. +- Fix an async bug in message handling by allowing comm message handlers to return a promise which halts message processing until the promise resolves. + +See the 4.4 milestone on GitHub for a complete list of +`issues `__ +and `pull requests `__ involved in this release. + .. _release-4.3.2: 4.3.2