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-12-05 00:01:25 +01:00
parent bd27bf7677
commit fa4d420fdb

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