Start next release notes

This commit is contained in:
Ben Darnell 2013-07-07 12:29:09 -04:00
parent 4851494a55
commit 459a9d8383
2 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2
releases/next
releases/v3.1.0
releases/v3.0.2
releases/v3.0.1

16
docs/releases/next.rst Normal file
View File

@ -0,0 +1,16 @@
What's new in the next version of Tornado
=========================================
In Progress
-----------
* `.WSGIContainer` now calls the iterable's ``close()`` method even if
an error is raised, in compliance with the spec.
* Fixed an incorrect error message when handler methods return a value
other than None or a Future.
* `.xhtml_escape` now escapes apostrophes as well.
* `.Subprocess` no longer leaks file descriptors if `subprocess.Popen` fails.
* `.IOLoop` now frees callback objects earlier, reducing memory usage
while idle.
* `.FacebookGraphMixin` has been updated to use the current Facebook login
URL, which saves a redirect.