]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add forgotten release note.
authorBen Darnell <ben@bendarnell.com>
Sat, 8 Dec 2012 23:27:12 +0000 (18:27 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 8 Dec 2012 23:27:12 +0000 (18:27 -0500)
website/sphinx/releases/next.rst

index e996d79fbe53b18ce3ce41d338e08f578bb5379d..215fb028f1850ef392afc78684a364242c690926 100644 (file)
@@ -196,3 +196,5 @@ In progress
   ``prepare()``
 * `IOLoop.add_callback` and `add_callback_from_signal` now take
   ``*args, **kwargs`` to pass along to the callback.
+* When gzip is enabled in a `tornado.web.Application`, appropriate
+  ``Vary: Accept-Encoding`` headers are now sent.