From: Ben Darnell Date: Sat, 8 Dec 2012 23:27:12 +0000 (-0500) Subject: Add forgotten release note. X-Git-Tag: v3.0.0~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ddbe8237f4ed29c3ba456302b1a714ad32272c3;p=thirdparty%2Ftornado.git Add forgotten release note. --- diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index e996d79fb..215fb028f 100644 --- a/website/sphinx/releases/next.rst +++ b/website/sphinx/releases/next.rst @@ -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.