aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-02 08:33:30 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-02 08:33:30 +0000
commit00121b2ca2f795d16b54295cb9fc0fdcbbe50dd8 (patch)
tree08cac8f1215cfb0b4cc6f2a7dfd08907e861cb5e /actionpack/CHANGELOG
parentaec31cd09f12fcda128582ef5bfbe25bb87db644 (diff)
downloadrails-00121b2ca2f795d16b54295cb9fc0fdcbbe50dd8.tar.gz
rails-00121b2ca2f795d16b54295cb9fc0fdcbbe50dd8.tar.bz2
rails-00121b2ca2f795d16b54295cb9fc0fdcbbe50dd8.zip
Added :method option to verify for ensuring that either GET, POST, etc is allowed #984 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1060 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 c3dc91fd38..de5543289b 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added :method option to verify for ensuring that either GET, POST, etc is allowed #984 [Jamis Buck]
+
* Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [DeLynn]
* Fixed include_blank for select_hour/minute/second #527 [edward@debian.org]