Release note updates

This commit is contained in:
Ben Darnell 2012-08-27 10:43:13 -07:00
parent 54d91d5e13
commit 84df7ad428
1 changed files with 6 additions and 0 deletions

View 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.