Start a new release-notes file

This commit is contained in:
Ben Darnell 2012-02-19 18:25:24 -08:00
parent 2d665a41b0
commit 2539f8376c
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2
releases/next
releases/v2.2.0
releases/v2.1.1
releases/v2.1.0

View File

@ -0,0 +1,11 @@
What's new in the next version of Tornado
=========================================
In progress
-----------
* ``setup.py`` no longer imports setuptools on Python 2.x.
* Colored logging configuration in `tornado.options` is compatible with
the upcoming release of Python 3.3.
* `tornado.simple_httpclient` is better about closing its sockets
instead of leaving them for garbage collection.