forked from orbit-oss/flask
Added changelog entry for click
This commit is contained in:
parent
3bdb90f06b
commit
7bb3271f1a
1 changed files with 4 additions and 3 deletions
7
CHANGES
7
CHANGES
|
|
@ -26,9 +26,10 @@ Version 1.0
|
||||||
- Added a workaround for a limitation in Python 3.3's namespace loader.
|
- 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
|
- Added support for explicit root paths when using Python 3.3's namespace
|
||||||
packages.
|
packages.
|
||||||
- Added ``flask-run`` and the ``flask.run`` module to start the local
|
- Added ``flask`` and the ``flask.cli`` module to start the local
|
||||||
debug server. This is recommended over the old ``flask.run()`` method
|
debug server through the click CLI system. This is recommended over the old
|
||||||
as it works faster and more reliable due to a different design.
|
``flask.run()`` method as it works faster and more reliable due to a
|
||||||
|
different design and also replaces ``Flask-Script``.
|
||||||
|
|
||||||
Version 0.10.2
|
Version 0.10.2
|
||||||
--------------
|
--------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue