From: Ben Darnell Date: Wed, 8 Jan 2014 03:00:53 +0000 (-0500) Subject: Update release notes for 3.2.0b2 X-Git-Tag: v3.2.0b2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0103ac34fb6b5a3e59c4c40319ed184a0a7309;p=thirdparty%2Ftornado.git Update release notes for 3.2.0b2 --- diff --git a/docs/releases/next.rst b/docs/releases/next.rst index 3c96560d9..384481c86 100644 --- a/docs/releases/next.rst +++ b/docs/releases/next.rst @@ -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` ~~~~~~~~~~~~~~~~~~