1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update CHANGELOG

This commit is contained in:
Lucas Mazza 2014-08-06 13:23:52 -03:00
parent eb9db7ba3a
commit 086b77ae6d

View file

@ -8,6 +8,7 @@
* Default email messages was updated with grammar fixes, check the diff on
#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)
* bug fix
* Check if there is a signed in user before executing the `SessionsController#destroy`.