aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2013-01-08 16:56:36 -0500
committerPrem Sichanugrist <s@sikac.hu>2013-01-08 16:59:55 -0500
commitec53106068ad7950dc005739b2132f2392c3517b (patch)
tree3f88a47f2be1b23455821412b1031ee9553f5f1c /activerecord/CHANGELOG.md
parente80546cdec56a9c3fcaf6217cba08a02d789d2bc (diff)
downloadrails-ec53106068ad7950dc005739b2132f2392c3517b.tar.gz
rails-ec53106068ad7950dc005739b2132f2392c3517b.tar.bz2
rails-ec53106068ad7950dc005739b2132f2392c3517b.zip
Add CHANGELOG entry for YAML parsing removal
This is for commit e80546cdec56a9c3fcaf6217cba08a02d789d2bc.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f098c49136..5a0c391154 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,10 +1,14 @@
## Rails 4.0.0 (unreleased) ##
+* Remove support for parsing YAML parameters from request.
+
+ *Aaron Patterson*
+
* Support for PostgreSQL's `ltree` data type.
*Rob Worley*
-* Fix undefined method `to_i` when calling `new` on a scope that uses an
+* Fix undefined method `to_i` when calling `new` on a scope that uses an
Array; Fix FloatDomainError when setting integer column to NaN.
Fixes #8718, #8734, #8757.