Update CHANGELOG

This commit is contained in:
Lucas Mazza 2014-08-11 17:36:57 -03:00
parent 5d43d5f3bc
commit c37552f552
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#2906 for the updated copy (by @p-originate)
* Allow a resource to be found based on its encrypted password token (by @karlentwistle)
* Adds `devise_group`, a macro to define controller helpers for multiple mappings at once. (by @dropletzz)
* The default views now use `Log in` instead of `Sign in` and have a hint about the minimum password length if
the current scope is using the `validatable` module (by @alexsoble)
* bug fix
* Check if there is a signed in user before executing the `SessionsController#destroy`.