Update release notes for 3.2.0b2
This commit is contained in:
parent
2b9f7925d3
commit
bc0103ac34
|
@ -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`
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue