Skip to content

Commit

Permalink
Release notes for stack_context changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Sep 29, 2012
1 parent 2ded266 commit 58bc5d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/sphinx/releases/next.rst
Expand Up @@ -53,3 +53,8 @@ In progress
than those defined in the spec, as long as a reason string is given.
* New method `IOLoop.add_callback_from_signal` is safe to use in a signal
handler (the regular `add_callback` method may deadlock).
* `stack_context.wrap` now runs the wrapped callback in a more consistent
environment by recreating contexts even if they already exist on the
stack.
* Fixed a bug in which stack contexts could leak from one callback
chain to another.

0 comments on commit 58bc5d3

Please sign in to comment.