Start a new release-notes file
This commit is contained in:
parent
2d665a41b0
commit
2539f8376c
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
releases/next
|
||||
releases/v2.2.0
|
||||
releases/v2.1.1
|
||||
releases/v2.1.0
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue