From ed1f6047271dc7ba1ee9c82e0c257b8ac406e80c Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 31 Jul 2017 13:58:50 -0700 Subject: [PATCH] Update CHANGES --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index fe48808f32..cb0579cb9a 100644 --- a/CHANGES +++ b/CHANGES @@ -105,7 +105,7 @@ Major release, unreleased from ``.env`` and ``.flaskenv`` files if python-dotenv is installed. (`#2416`_) - When passing a full URL to the test client, use the scheme in the URL instead - of the ``PREFERRED_URL_SCHEME``. (`#2436`_) + of the ``PREFERRED_URL_SCHEME``. (`#2430`_) - ``app.logger`` has been simplified. ``LOGGER_NAME`` and ``LOGGER_HANDLER_POLICY`` config was removed. The logger is always named ``flask.app``. The level is only set on first access, it doesn't check @@ -142,6 +142,7 @@ Major release, unreleased .. _#2412: https://github.com/pallets/flask/pull/2412 .. _#2414: https://github.com/pallets/flask/pull/2414 .. _#2416: https://github.com/pallets/flask/pull/2416 +.. _#2430: https://github.com/pallets/flask/pull/2430 .. _#2436: https://github.com/pallets/flask/pull/2436 Version 0.12.2