Update CHANGELOG.

This commit is contained in:
José Valim 2011-02-09 10:13:08 +01:00
parent f332d7e932
commit a48c815dc8
1 changed files with 1 additions and 0 deletions

View File

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