aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorDylan Smith <Dylan.Smith@shopify.com>2013-01-09 15:26:12 -0500
committerDylan Smith <Dylan.Smith@shopify.com>2013-01-11 00:28:32 -0500
commitbae92681be97191edda90990e08b5275d187107f (patch)
tree71445260ff346809533fa27a993995f3f2b6ffd1 /actionpack/CHANGELOG.md
parent8a7fad8970aadea3a79657ef09d3247786e27c2e (diff)
downloadrails-bae92681be97191edda90990e08b5275d187107f.tar.gz
rails-bae92681be97191edda90990e08b5275d187107f.tar.bz2
rails-bae92681be97191edda90990e08b5275d187107f.zip
Fix json params parsing regression for non-object JSON content.
Fixes #8845.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 7dea0e7fa5..2cb7af05e5 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Fixed json params parsing regression for non-object JSON content.
+
+ *Dylan Smith*
+
* Extract `ActionDispatch::PerformanceTest` into https://github.com/rails/rails-perftest
You can add the gem to your Gemfile to keep using performance tests.