1
0
Fork 0
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:
David Hrachovy 2015-08-14 14:02:57 +02:00
parent 52e35f69c5
commit 8588387fad

View file

@ -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