Add CHANGELOG entry for YAML parsing removal

This is for commit e80546cdec56a9c3fcaf6217cba08a02d789d2bc.
This commit is contained in:
Prem Sichanugrist 2013-01-08 16:56:36 -05:00
parent e80546cdec
commit ec53106068

@ -1,10 +1,14 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##
* Remove support for parsing YAML parameters from request.
*Aaron Patterson*
* Support for PostgreSQL's `ltree` data type. * Support for PostgreSQL's `ltree` data type.
*Rob Worley* *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. Array; Fix FloatDomainError when setting integer column to NaN.
Fixes #8718, #8734, #8757. Fixes #8718, #8734, #8757.