aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-07-01 23:27:59 +0000
committerMichael Koziarski <michael@koziarski.com>2007-07-01 23:27:59 +0000
commitfd65d89e07d57d809c69043b52a3a1319fb3c2ad (patch)
treef52846c64adfd426594fcd0572284d3fc26408b9 /actionpack/CHANGELOG
parenta450e769f1c7f5c68799f570856d020863528d17 (diff)
downloadrails-fd65d89e07d57d809c69043b52a3a1319fb3c2ad.tar.gz
rails-fd65d89e07d57d809c69043b52a3a1319fb3c2ad.tar.bz2
rails-fd65d89e07d57d809c69043b52a3a1319fb3c2ad.zip
Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7160 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 917303797f..83e4a492ed 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]
+
* Allow you to render views with periods in the name. Closes #8076 [norbert]
render :partial => 'show.html.erb'