From 8c7f6bd2aa523cdaeef687465a22c54b5154dbf1 Mon Sep 17 00:00:00 2001 From: John Bachir Date: Fri, 20 Jun 2014 18:01:35 -0400 Subject: [PATCH] changelog detail for expire_all_remember_me_on_sign_out explain that it's the configurability and not the functionality which is new --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a9444e..901ecfde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ * enhancements * Support multiple warden configuration blocks on devise configuration. (by @rossta) - * Add the `expire_all_remember_me_on_sign_out` configuration to invalidate - all the remember me tokens when the user signs out. (by @laurocaetano) + * Previously, when a user signed out, all remember me tokens for all sessions/browsers would be + invalidated, and this behavior could not be changed. This behavior is now configurable via + `expire_all_remember_me_on_sign_out`. The default continues to be true. (by @laurocaetano) * Default email messages was updated with grammar fixes, check the diff on #2906 for the updated copy (by @p-originate) * Allow a resource to be found based on its encrypted password token (by @karlentwistle)