From b409184a988eba17784e7dab482db708ad86a87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 10 Oct 2010 16:46:41 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 53b47556..173cfd52 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -15,6 +15,8 @@ * Allow :stateless_token to be set to true avoiding users to be stored in session through token authentication * cookie_options uses session_options values by default * Sign up now check if the user is active or not and redirect him accordingly setting the inactive_signed_up message + * Use ActiveModel#to_key instead of #id + * sign_out_all_scopes now destroys the whole session * default behavior changes * sign_out_all_scopes defaults to true as security measure