Update CHANGELOG.

This commit is contained in:
José Valim 2010-12-18 09:39:55 +01:00
parent a156576ce9
commit c27bc21af9
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
* bug fix
* Fix an issue causing infinite redirects in production
* rails g destroy now works properly with devise generators (by github.com/andmej)
* deprecations
* Deprecated anybody_signed_in? in favor of signed_in? (by github.com/gavinhughes)