Files
flask-security/CHANGES
T
2012-04-27 13:44:14 -04:00

33 lines
715 B
Plaintext

Flask-Security Changelog
========================
Here you can see the full list of changes between each Flask-Security release.
Version 1.2.2
-------------
Released ...
- Fixed bug where `roles_required` and `roles_accepted` did not pass the next
argument to the login view
Version 1.2.1
-------------
Released March 28th, 2012
- Added optional user model mixin parameter for datastores
- Added CreateRoleCommand to available Flask-Script commands
Version 1.2.0
-------------
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.
Version 1.1.0
-------------
Initial release