aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDoug McInnes <doug@dougmcinnes.com>2009-02-03 18:37:55 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-04-07 13:21:41 -0500
commitc877857d59554d78dbf45f5f9fcaafb8badec4e2 (patch)
treef148d685b3d966ee4845e81988b90e4c259a9c72 /actionpack/CHANGELOG
parentf448c70b3f6c6698bce9c95fa4328c251fe085ee (diff)
downloadrails-c877857d59554d78dbf45f5f9fcaafb8badec4e2.tar.gz
rails-c877857d59554d78dbf45f5f9fcaafb8badec4e2.tar.bz2
rails-c877857d59554d78dbf45f5f9fcaafb8badec4e2.zip
Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 8c9486cc63..11ee1c1059 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,3 +1,8 @@
+*Edge*
+
+* Fixed that TestResponse.cookies was returning cookies unescaped #1867 [Doug McInnes]
+
+
*2.3.2 [Final] (March 15, 2009)*
* Fixed that redirection would just log the options, not the final url (which lead to "Redirected to #<Post:0x23150b8>") [DHH]