From a5709e785061b657b9541fac0f407d496e7107ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarek=20Pi=C3=B3rkowski?= Date: Tue, 13 Nov 2018 13:40:50 -0500 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fe9870aa..64892ae9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,8 +12,12 @@ Unreleased - :meth:`flask.RequestContext.copy` includes the current session object in the request context copy. This prevents ``flask.session`` pointing to an out-of-date object. (`#2935`) +- Using built-in RequestContext, unprintable Unicode characters in Host + header will result in a HTTP 400 response and not HTTP 500 as previously. + (`#2994`) .. _#2935: https://github.com/pallets/flask/issues/2935 +.. _#2994: https://github.com/pallets/flask/pull/2994 Version 1.0.3