aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-08-28 14:05:05 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-08-28 14:05:05 +0000
commitd164d09649c45bc9478e6ac52787e648a14317cc (patch)
tree4a0a922dd5271792867cffe30cb07fdd7aa827c4 /actionpack/CHANGELOG
parent8261f17eb86c85e6e747b6da0f7aeb19b3a8a905 (diff)
downloadrails-d164d09649c45bc9478e6ac52787e648a14317cc.tar.gz
rails-d164d09649c45bc9478e6ac52787e648a14317cc.tar.bz2
rails-d164d09649c45bc9478e6ac52787e648a14317cc.zip
FormEncodedStringParser needs a tad more work before it can handle POST data (like file handling), so were backing out for a bit
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4833 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index a103a9fede..96bafacdcb 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -2,8 +2,6 @@
* Deprecation: test deprecated instance vars in partials. [Jeremy Kemper]
-* 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]