From 999f882f610f546421f74abd3fb339a70f20bce4 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 10 Jun 2014 13:05:06 -0400 Subject: [PATCH] Update CHANGES --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 1973ecd..2e4b8e8 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,18 @@ Flask-Security Changelog Here you can see the full list of changes between each Flask-Security release. +Version 1.7.3 +------------- + +Released June 10th 2014 + +- Fixed a bug where redirection to `SECURITY_POST_LOGIN_VIEW` was not respected +- Fixed string encoding in various places to be friendly to unicode +- Now using `werkzeug.security.safe_str_cmp` to check tokens +- Removed user information from JSON output on `/reset` responses +- Added Python 3.4 support + + Version 1.7.2 -------------