From: Ben Darnell Date: Fri, 21 Dec 2012 04:51:17 +0000 (-0500) Subject: Release notes for add_headers change X-Git-Tag: v3.0.0~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd129abe51309e260c1ca538e60502d3666d935;p=thirdparty%2Ftornado.git Release notes for add_headers change --- diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index d86673431..5a07cf613 100644 --- a/website/sphinx/releases/next.rst +++ b/website/sphinx/releases/next.rst @@ -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.