]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release notes for add_headers change
authorBen Darnell <ben@bendarnell.com>
Fri, 21 Dec 2012 04:51:17 +0000 (23:51 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 21 Dec 2012 04:51:17 +0000 (23:51 -0500)
website/sphinx/releases/next.rst

index d86673431a846f84f1973e16278956ff8f21fdc6..5a07cf61309ad74b312c18f210b3a6ad12bd2871 100644 (file)
@@ -200,3 +200,7 @@ In progress
   ``Vary: Accept-Encoding`` headers are now sent.
 * Fixed a bug in which `SimpleAsyncHTTPClient` callbacks were being run in the
   client's ``stack_context``.
+* It is no longer necessary to pass all handlers for a host in a single
+  `Application.add_handlers` call.  Now the request will be matched
+  against the handlers for any ``host_pattern`` that includes the request's
+  ``Host`` header.