From ec53106068ad7950dc005739b2132f2392c3517b Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Tue, 8 Jan 2013 16:56:36 -0500 Subject: Add CHANGELOG entry for YAML parsing removal This is for commit e80546cdec56a9c3fcaf6217cba08a02d789d2bc. --- activerecord/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'activerecord') 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. -- cgit v1.2.3