From e3b74acc5aa71776d13068e69307c380ff00fa9e Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Fri, 10 Jan 2014 14:38:58 -0500 Subject: [PATCH] Update CHANGES --- CHANGES | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index d056e8e..20b8fc1 100644 --- a/CHANGES +++ b/CHANGES @@ -3,11 +3,13 @@ Flask-Security Changelog Here you can see the full list of changes between each Flask-Security release. -Version 1.6.10 --------------- +Version 1.7.0 +------------- -Released ??? +Released January 10th 2014 +- Python 3.3 support! +- Dependency updates - Fixed a bug when `SECURITY_LOGIN_WITHOUT_CONFIRMATION = True` did not allow users to log in - Added `SECURITY_SEND_PASSWORD_RESET_NOTICE_EMAIL` configuraiton option to optionally send password reset notice emails - Add documentation for `@security.send_mail_task`