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
071ba358a9
commit
fbf667e009
1 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
* Make #set_flash_message respect i18n-set resource_name (by @latortuga)
|
||||
* Separate `sign_in` and `sign_up` on RegistrationsController (by @rubynortheast)
|
||||
* Add autofocus to default views (by @Radagaisus)
|
||||
* Support Mongoid 3 onwards (by @durran)
|
||||
* Unlock user on password reset (by @marcinb)
|
||||
|
||||
* bug fix
|
||||
* Fix a regression introduced on warden 1.2.1 (by @ejfinneran)
|
||||
|
@ -11,8 +13,10 @@
|
|||
* Do not set flash messages for non navigational requests on session sign out (by @mathieul)
|
||||
* Set the proper fields as required on the lockable module (by @nickhoffman)
|
||||
* Respects Devise mailer default's reply_to (by @mrchrisadams)
|
||||
* Properly assign resource on sign_in action (by @adammcnamara)
|
||||
* Properly assign resource on `sign_in` related action (by @adammcnamara)
|
||||
* Unlockable could leak account existence on paranoid mode (by @latortuga)
|
||||
* `update_with_password` doesn't change encrypted password when it is invalid (by @nashby)
|
||||
* Properly handle namespaced models on Active Record generator (by @nashby)
|
||||
|
||||
== 2.1.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue