update change log

This commit is contained in:
Paul Brown 2016-12-30 15:40:30 -06:00 committed by Markus Unterwaditzer
parent 0832e77b14
commit 31e25facd3
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ Version 0.12.1
Bugfix release, unreleased
- Prevent `flask run` from showing a NoAppException when an ImportError occurs
within the imported application module.
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix
``#2118``.