diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2007-01-28 05:29:32 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2007-01-28 05:29:32 +0000 |
commit | 35ec1c928f100f5b75bd2e6af63d26b10ba2282c (patch) | |
tree | aa90459fb1ca9b4b0ac245a2f65cef1035758be0 /actionpack/CHANGELOG | |
parent | c7f50e9a88c381cc274025c766e2edd1dff34d00 (diff) | |
download | rails-35ec1c928f100f5b75bd2e6af63d26b10ba2282c.tar.gz rails-35ec1c928f100f5b75bd2e6af63d26b10ba2282c.tar.bz2 rails-35ec1c928f100f5b75bd2e6af63d26b10ba2282c.zip |
Fix doubly appearing parameters due to string and symbol mixups. Closes #2551.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6053 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index e0ccd0b753..fbf0f9811a 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix doubly appearing parameters due to string and symbol mixups. Closes #2551. [aeden] + * Fix overly greedy rescues when loading helpers. Fixes #6268. [Nicholas Seckar] * Fixed NumberHelper#number_with_delimiter to use "." always for splitting the original number, not the delimiter parameter #7389 [ceefour] |