Update CHANGELOG [ci skip].

This commit is contained in:
Lucas Mazza
2015-12-09 13:53:29 -02:00
parent 19b1e2a6bc
commit 7d825c93b6

View File

@@ -1,5 +1,11 @@
### Unreleased
* bug fixes
* Fix password reset for records where `confirmation_required?` is disabled and
`confirmation_sent_at` is nil. (by @andygeers)
* Allow resources with no `email` field to be recoverable (and do not clear the
reset password token if the model was already persisted). (by @seddy, @stanhu)
* enhancements
* Upon setting `Devise.send_password_change_notification = true` a user will receive notification when their password has been changed.