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
1 changed files with 3 additions and 0 deletions

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
* Fix a bug in Devise::TestHelpers where current_user was returning a Response object for non active accounts;