Update CHANGES

This commit is contained in:
Matt Wright
2014-06-10 13:05:06 -04:00
parent a140c01b57
commit 999f882f61
+12
View File
@@ -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
-------------