]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release note updates
authorBen Darnell <ben@bendarnell.com>
Mon, 27 Aug 2012 17:43:13 +0000 (10:43 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 27 Aug 2012 17:43:13 +0000 (10:43 -0700)
website/sphinx/releases/next.rst

index 597d828566f6581287ca8b4dea62fdfe68ede445..01e7d4584d235336b52c87e5bf01eba07ded7180 100644 (file)
@@ -39,3 +39,9 @@ In progress
   same as non-SSL `IOStream`.
 * tornado.util.GzipDecompressor, tornado.httputil.parse_body_arguments (TODO
   are these public?)
+* `OpenIDMixin` now also returns the ``claimed_id`` field for the user.
+* New method `RequestHandler.get_template_namespace` can be overridden to
+  add additional variables without modifying keyword arguments to
+  `render_string`.
+* It is no longer an error for an if/else/for/etc block in a template to
+  have an empty body.