mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update CHANGELOG
This commit is contained in:
parent
5d43d5f3bc
commit
c37552f552
1 changed files with 2 additions and 0 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue