From 7bb3271f1a5556b62efb0ccecf2b1c6bc293ce8b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 28 Apr 2014 13:27:07 +0200 Subject: [PATCH] Added changelog entry for click --- CHANGES | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 80c4b27d..26050bcc 100644 --- a/CHANGES +++ b/CHANGES @@ -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 --------------