Added thread flag to flask run

This commit is contained in:
Armin Ronacher 2014-04-21 16:39:22 +02:00
parent 6018b1276e
commit e46bca4051
2 changed files with 19 additions and 3 deletions

View file

@ -26,6 +26,9 @@ Version 1.0
- Added a workaround for a limitation in Python 3.3's namespace loader.
- Added support for explicit root paths when using Python 3.3's namespace
packages.
- Added ``flask-run`` and the ``flask.run`` module to start the local
debug server. This is recommended over the old ``flask.run()`` method
as it works faster and more reliable due to a different design.
Version 0.10.2
--------------