Release note update

This commit is contained in:
Ben Darnell 2012-01-13 23:06:49 -08:00
parent 9fcf106a6d
commit fea44c7b4e
1 changed files with 2 additions and 0 deletions

View File

@ -81,3 +81,5 @@ Other modules
case-insensitive. case-insensitive.
* Exception handling in `tornado.gen` has been improved. It is now possible * Exception handling in `tornado.gen` has been improved. It is now possible
to catch exceptions thrown by a ``Task``. to catch exceptions thrown by a ``Task``.
* `tornado.netutil.bind_sockets` now works when ``getaddrinfo`` returns
duplicate addresses.