From 10fc73338954c5e664c60c083328483139c62458 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Tue, 14 Apr 2015 20:12:57 -0400 Subject: [PATCH] Update changelog for 0.7.0 --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 111310a..954ee0e 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,12 @@ BSD licensed. Changelog --------- +0.7.0 (04/14/2015) +****************** + +- Update extension import style to flask_* as per `mitsuhiko/flask#1135 `_ +- Update stale requirements (Werkzeug, Flask-WTF, WTForms, Flask-Bcrypt, Flask-DebugToolbar, Flask-Migrate, Bootstrap, jQuery). Thanks @bsmithgall for notifying me of the critical patch to Flask-Migrate. + 0.6.0 (12/01/2014) ******************