mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update CHANGELOG [ci skip]
This commit is contained in:
parent
a76dfd6552
commit
adc031b214
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
### Unreleased
|
||||
|
||||
* enhancements
|
||||
* Added an ActiveSupport load hook for `:devise_controller` (by @nakhli)
|
||||
* Location fragments are now preserved between requests (by @jbourassa)
|
||||
* Added an `after_remembered` callback for the Rememerable module (by @BM5k)
|
||||
* `RegistrationsController#new` and `SessionsController#new` now yields the
|
||||
current resource (by @mtarnovan, @deivid-rodriguez)
|
||||
* Password length validation is now limited to 72 characters for newer apps (by @lleger)
|
||||
|
||||
### 3.4.1 - 2014-10-29
|
||||
|
||||
* enhancements
|
||||
|
|
Loading…
Reference in a new issue