]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Start next release notes
authorBen Darnell <ben@bendarnell.com>
Sun, 7 Jul 2013 16:29:09 +0000 (12:29 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 7 Jul 2013 16:29:09 +0000 (12:29 -0400)
docs/releases.rst
docs/releases/next.rst [new file with mode: 0644]

index 82436444b4f26d2b6f17d40410554f3fd47eb9a1..96f372e4f3fe8c4605362dcdd5649c73d3899b96 100644 (file)
@@ -4,6 +4,7 @@ Release notes
 .. toctree::
    :maxdepth: 2
 
+   releases/next
    releases/v3.1.0
    releases/v3.0.2
    releases/v3.0.1
diff --git a/docs/releases/next.rst b/docs/releases/next.rst
new file mode 100644 (file)
index 0000000..d8d516b
--- /dev/null
@@ -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.