aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-03-13 03:22:25 +0000
committerRick Olson <technoweenie@gmail.com>2008-03-13 03:22:25 +0000
commit1e0ac3a673a6cc92c1c6c5bc84180afeb60241d9 (patch)
tree70fcc886a3ca93a3eb50e322c81bcfe3ce68fb97 /actionpack/CHANGELOG
parent7750afc4c1b6873bf1ee50ca386b9714430be618 (diff)
downloadrails-1e0ac3a673a6cc92c1c6c5bc84180afeb60241d9.tar.gz
rails-1e0ac3a673a6cc92c1c6c5bc84180afeb60241d9.tar.bz2
rails-1e0ac3a673a6cc92c1c6c5bc84180afeb60241d9.zip
Fix more obscure nested parameter hash parsing bug. Closes #10797 [thomas.lee]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9020 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 05e0605da2..0eabe42fa7 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix more obscure nested parameter hash parsing bug. #10797 [thomas.lee]
+
* Added ActionView::Helpers::register_javascript/stylesheet_expansion to make it easier for plugin developers to inject multiple assets #10350 [lotswholetime]
* Fix nested parameter hash parsing bug. #10797 [thomas.lee]