forked from orbit-oss/flask
Added thread flag to flask run
This commit is contained in:
parent
6018b1276e
commit
e46bca4051
2 changed files with 19 additions and 3 deletions
3
CHANGES
3
CHANGES
|
|
@ -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
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue