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

Add a note about #2906 to the CHANGELOG.

This commit is contained in:
Lucas Mazza 2014-03-17 12:10:04 -03:00
parent 59cd0cc240
commit 8d7a72326a

View file

@ -1,5 +1,9 @@
### Unreleased ### Unreleased
* enhancements
* Default email messages was updated with grammar fixes. Please check the diff on
#2906 for the updated copy. (by @p-originate)
* fixes * fixes
* `SessionsController#destroy` no longer yields the `resource` to receiving block, * `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 since the resource isn't loaded in the action. If you need access to the current