mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Add removed method to CHANGELOG
my app failed to start because the method was removed. I think it makes sense to mention it here.
This commit is contained in:
parent
52e35f69c5
commit
8588387fad
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
* Fix infinite redirect in Rails 4.2 authenticated routes
|
||||
* Autoload Devise::Encryptor to avoid errors on thread-safe mode
|
||||
|
||||
* deprecations
|
||||
* `config.expire_auth_token_on_timeout` was removed
|
||||
|
||||
### 3.5.1 - 2015-05-24
|
||||
|
||||
Note: 3.5.0 has been yanked due to a regression
|
||||
|
|
Loading…
Reference in a new issue