Skip to content

Commit

Permalink
Added changelog entry for click
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 28, 2014
1 parent 3bdb90f commit 7bb3271
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGES
Expand Up @@ -26,9 +26,10 @@ 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.
- Added ``flask`` and the ``flask.cli`` module to start the local
debug server through the click CLI system. This is recommended over the old
``flask.run()`` method as it works faster and more reliable due to a
different design and also replaces ``Flask-Script``.

Version 0.10.2
--------------
Expand Down

0 comments on commit 7bb3271

Please sign in to comment.