aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 23:24:47 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 23:24:47 +0000
commit6ca5eba396c17e4f9bb4e8e5eab37eb8725b7714 (patch)
treef188216ac4ecb96e3a253ddb70406fe64af469da /actionpack/CHANGELOG
parent1f7e72ff519b7ff11986dbcd1ebe7a40f510ce90 (diff)
downloadrails-6ca5eba396c17e4f9bb4e8e5eab37eb8725b7714.tar.gz
rails-6ca5eba396c17e4f9bb4e8e5eab37eb8725b7714.tar.bz2
rails-6ca5eba396c17e4f9bb4e8e5eab37eb8725b7714.zip
Added assert_cookie_equal to assert the contents of a named cookie
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@452 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 30a1eb224a..68e3c5dd6d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added assert_cookie_equal to assert the contents of a named cookie
+
* Fixed bug in page caching that prevented it from working at all