add test and changelog for SERVER_NAME app.run default

ref #2152
This commit is contained in:
David Lord 2017-01-17 14:08:33 -08:00
parent eb6e8e40b2
commit 7af6c7fa97
2 changed files with 19 additions and 0 deletions

View file

@ -17,6 +17,8 @@ Bugfix release, unreleased
within the imported application module.
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix
``#2118``.
- Use the``SERVER_NAME`` config if it is present as default values for
``app.run``. ``#2109``, ``#2152``
Version 0.12
------------