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:
José Valim 2014-04-04 09:47:11 +02:00
parent b786c384d5
commit 314f731a66

View file

@ -1,14 +1,17 @@
### Unreleased
### 3.3.0 (unreleased)
* enhancements
* Default email messages was updated with grammar fixes. Please check the diff on
#2906 for the updated copy. (by @p-originate)
* 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)
* fixes
* bug fix
* `SessionsController#destroy` no longer yields the `resource` to receiving block,
since the resource isn't loaded in the action. If you need access to the current
resource when overring the action use the scope helper (like `current_user`) before
calling `super`.
calling `super`
* Serialize the `last_request_at` entry as an Integer
* Ensure registration controller block yields happen on failure in addition to success (by @dpehrson)
### 3.2.4