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-10-20 16:50:38 +02:00
parent fac02b58bc
commit 81f0c203a9

View file

@ -9,6 +9,11 @@
* redirect_location is deprecated, please use after_sign_in_path_for
* after_sign_in_path_for now redirects to session[scope_return_to] if any value is stored in it
== 1.4.9
* bug fix
* url helpers were not being set under some circumstances
== 1.4.8
* enhancements