diff --git a/History.txt b/History.txt index 60aae4a59b..e5234e0f9a 100644 --- a/History.txt +++ b/History.txt @@ -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