aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index e1775a8b34..a5c1a3b01e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Changed the POST parameter processing to use the new QueryStringParser and make the result a indifferent hash [DHH]
+* Changed the POST parameter processing to use the new QueryStringParser [DHH]
* Add UrlWriter to allow writing urls from Mailers and scripts. [Nicholas Seckar]