Browse Source

Update CHANGES

pull/2422/merge
David Lord 7 years ago committed by GitHub
parent
commit
ed1f604727
  1. 3
      CHANGES

3
CHANGES

@ -105,7 +105,7 @@ Major release, unreleased
from ``.env`` and ``.flaskenv`` files if python-dotenv is installed. from ``.env`` and ``.flaskenv`` files if python-dotenv is installed.
(`#2416`_) (`#2416`_)
- When passing a full URL to the test client, use the scheme in the URL instead - 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 - ``app.logger`` has been simplified. ``LOGGER_NAME`` and
``LOGGER_HANDLER_POLICY`` config was removed. The logger is always named ``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 ``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 .. _#2412: https://github.com/pallets/flask/pull/2412
.. _#2414: https://github.com/pallets/flask/pull/2414 .. _#2414: https://github.com/pallets/flask/pull/2414
.. _#2416: https://github.com/pallets/flask/pull/2416 .. _#2416: https://github.com/pallets/flask/pull/2416
.. _#2430: https://github.com/pallets/flask/pull/2430
.. _#2436: https://github.com/pallets/flask/pull/2436 .. _#2436: https://github.com/pallets/flask/pull/2436
Version 0.12.2 Version 0.12.2

Loading…
Cancel
Save