Update release notes for 3.2.0b2

This commit is contained in:
Ben Darnell 2014-01-07 22:00:53 -05:00
parent 2b9f7925d3
commit bc0103ac34
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ New modules
error logging.
* `.IOLoop` now frees callback objects earlier, reducing memory usage
while idle.
* `.IOLoop` will no longer call `logging.basicConfig` if there is a handler
defined for the root logger or for the ``tornado`` or ``tornado.application``
loggers (previously it only looked at the root logger).
`tornado.iostream`
~~~~~~~~~~~~~~~~~~