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:
parent
59cd0cc240
commit
8d7a72326a
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
### Unreleased
|
||||
|
||||
* enhancements
|
||||
* Default email messages was updated with grammar fixes. Please check the diff on
|
||||
#2906 for the updated copy. (by @p-originate)
|
||||
|
||||
* fixes
|
||||
* `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
|
||||
|
|
Loading…
Reference in a new issue