Update CHANGES

This commit is contained in:
Matt Wright
2012-08-15 16:07:51 -04:00
parent 72ecb56250
commit f4d305cc03
+10 -3
View File
@@ -3,10 +3,17 @@ Flask-Security Changelog
Here you can see the full list of changes between each Flask-Security release.
Version 1.2.3
-------------
Released June 12th 2012
- Fixed a bug in the RoleMixin eq/ne functions
Version 1.2.2
-------------
Released ...
Released April 27th 2012
- Fixed bug where `roles_required` and `roles_accepted` did not pass the next
argument to the login view
@@ -14,7 +21,7 @@ Released ...
Version 1.2.1
-------------
Released March 28th, 2012
Released March 28th 2012
- Added optional user model mixin parameter for datastores
- Added CreateRoleCommand to available Flask-Script commands
@@ -22,7 +29,7 @@ Released March 28th, 2012
Version 1.2.0
-------------
Released March 12th, 2012
Released March 12th 2012
- Added configuration option `SECURITY_FLASH_MESSAGES` which can be set to a
boolean value to specify if Flask-Security should flash messages or not.