aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-08-26 02:49:09 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-08-26 02:49:09 +0000
commit04fda65306e5779d89a93ec3e9e7cf8541ead144 (patch)
treeeef94d964ba349a2a4ff71d0ae0295b4149a1ff0 /actionpack/CHANGELOG
parent9e054fdf417078763e80ba975dde5672017ebf9f (diff)
downloadrails-04fda65306e5779d89a93ec3e9e7cf8541ead144.tar.gz
rails-04fda65306e5779d89a93ec3e9e7cf8541ead144.tar.bz2
rails-04fda65306e5779d89a93ec3e9e7cf8541ead144.zip
Changed the POST parameter processing to use the new QueryStringParser and make the result a indifferent hash [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4821 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 756778f5e0..e1775a8b34 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Changed the POST parameter processing to use the new QueryStringParser and make the result a indifferent hash [DHH]
+
* Add UrlWriter to allow writing urls from Mailers and scripts. [Nicholas Seckar]
* Clean up and run the Active Record integration tests by default. #5854 [kevin.clark@gmail.com, Jeremy Kemper]