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 1636a4c410
commit 42fbbb4cbb
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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
------------