1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

changelog note for remember_across_browsers

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Trevor Turk 2010-06-29 21:07:08 -05:00 committed by José Valim
parent 8824b767f3
commit 0eb9208503

View file

@ -1,3 +1,6 @@
* enhancements
* Rememberable module allows user to be remembered across browsers; enabled by default (by github.com/trevorturk)
* bug fix * bug fix
* Fix a bug in Devise::TestHelpers where current_user was returning a Response object for non active accounts; * Fix a bug in Devise::TestHelpers where current_user was returning a Response object for non active accounts;