1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Sync CHANGELOG

This commit is contained in:
Rafael Mendonça França 2014-02-05 18:09:53 -02:00
parent e8aa045d76
commit 493def415d

View file

@ -8,6 +8,13 @@
* Fix serializing a relation when calling `to_yaml`
=== 4.0.2 / 2014-02-05
* Bug Fixes
* Fix `SqlLiteral` YAML serialization
* PostgreSQL bugfix for invalid SQL in subqueries
== 4.0.1 / 2013-10-22
* Enhancements