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

Update CHANGELOG.

This commit is contained in:
José Valim 2011-02-09 10:13:08 +01:00
parent f332d7e932
commit a48c815dc8

View file

@ -6,6 +6,7 @@
* rails g destroy works properly with devise generators (by github.com/andmej) * rails g destroy works properly with devise generators (by github.com/andmej)
* before_failure callbacks should work on test helpers (by github.com/twinge) * before_failure callbacks should work on test helpers (by github.com/twinge)
* rememberable cookie now is httponly by default (by github.com/JamesFerguson) * rememberable cookie now is httponly by default (by github.com/JamesFerguson)
* Add missing confirmation_keys (by github.com/JohnPlummer)
* deprecations * deprecations
* Deprecated anybody_signed_in? in favor of signed_in? (by github.com/gavinhughes) * Deprecated anybody_signed_in? in favor of signed_in? (by github.com/gavinhughes)