Skip to content

Commit

Permalink
Add CHANGELOG entry for YAML parsing removal
Browse files Browse the repository at this point in the history
This is for commit e80546c.
  • Loading branch information
sikachu committed Jan 8, 2013
1 parent e80546c commit ec53106
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion activerecord/CHANGELOG.md
@@ -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.


Expand Down

0 comments on commit ec53106

Please sign in to comment.