aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-11-23 16:42:15 +0100
committerMichael Koziarski <michael@koziarski.com>2008-11-23 16:42:15 +0100
commit04d2d043ca9c59ab93522f1d8c0810cf47f05b23 (patch)
tree8350c29711f1b256b24fb7ceccf68e9936be0f8c /actionpack/CHANGELOG
parentf9b1aa7f4c8555c92365327cd9a0c1aa5ebf1070 (diff)
downloadrails-04d2d043ca9c59ab93522f1d8c0810cf47f05b23.tar.gz
rails-04d2d043ca9c59ab93522f1d8c0810cf47f05b23.tar.bz2
rails-04d2d043ca9c59ab93522f1d8c0810cf47f05b23.zip
Move the cookie store to use the MessageVerifier class.
This removes support for ancient cookie-store generated cookies which were double escaped.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 59a4bbea59..9581442208 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Remove support for old double-encoded cookies from the cookie store. These values haven't been generated since before 2.1.0, and any users who have visited the app in the intervening 6 months will have had their cookie upgraded. [Koz]
+
* Allow helpers directory to be overridden via ActionController::Base.helpers_dir #1424 [Sam Pohlenz]
* Remove deprecated ActionController::Base#assign_default_content_type_and_charset