-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 4.4 to changelog #2163
Add 4.4 to changelog #2163
Conversation
docs/source/changelog.rst
Outdated
(:ghpull:`1837`). | ||
- Allow override of output callbacks to redirect output messages | ||
- Used to implement the Output widget | ||
- Fixes an async bug where comm message handlers were skipped in the message processing loop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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.
Thanks @gnestor! |
I'm going to merge this, backport it, and run Travis on 4.x. If everything passes and no one else comments at #2161, I will release 4.4 by EOD. |
@meeseeksdev backport to 4.x |
Probably want to hand-move the 4.x specific parts, since the PR contains some changes to 5.x changelog. |
Backport #2163 to 4.x: Add 4.4 to changelog
Waiting on @jasongrout to review and any last-minute PRs to be included in release...