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 2010-12-25 11:11:56 +01:00
parent b32883a7c5
commit 7759c8b3f3

View file

@ -1,6 +1,10 @@
* enhancements
* rails g devise:views supports slim templates (by github.com/fredwu)
* bug fix
* Fix an issue causing infinite redirects in production
* rails g destroy now works properly with devise generators (by github.com/andmej)
* rails g destroy works properly with devise generators (by github.com/andmej)
* recall options is now passed forward by hooks (by github.com/siong1987)
* deprecations
* Deprecated anybody_signed_in? in favor of signed_in? (by github.com/gavinhughes)