aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-02-25 16:35:24 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-02-25 16:35:24 +0000
commit781985f7f229eb665b3eed693eb9642caebc44a0 (patch)
treeb87cd67949c03e89af269652622a73589d027224 /actionpack/CHANGELOG
parentc9770d8a5ac1c477943ba431396e5d7e6b7389b0 (diff)
downloadrails-781985f7f229eb665b3eed693eb9642caebc44a0.tar.gz
rails-781985f7f229eb665b3eed693eb9642caebc44a0.tar.bz2
rails-781985f7f229eb665b3eed693eb9642caebc44a0.zip
Cookie session store: empty and unchanged sessions don't write a cookie.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6226 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 20258b536e..396fa98a76 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Cookie session store: empty and unchanged sessions don't write a cookie. [Jeremy Kemper]
+
* Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb in ApplicationController [DHH]
* Integration tests: introduce methods for other HTTP methods. #6353 [caboose]