Update CHANGELOG.

This commit is contained in:
José Valim 2011-12-05 00:01:25 +01:00
parent bd27bf7677
commit fa4d420fdb
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
* enhancements
* Add support for e-mail reconfirmation on change (by github.com/Mandaryn and github.com/heimidal)
* deprecation
* Devise.apply_schema is deprecated
* Usage of rememberable with remember_token is deprecated
* Usage of recoverable without reset_password_sent_at is deprecated
* Usage of remember_across_browsers is deprecated
== 1.5.2
* enhancements