CHANGELOG.md in avromatic-0.9.0.rc6 vs CHANGELOG.md in avromatic-0.9.0.rc7

- old
+ new

@@ -5,11 +5,12 @@ - Allow nested models to be referenced and reused. - Fix the serialization of nested complex types. - Add support for recursive models. - Allow required array and map fields to be empty. Only nil values for required array and map fields are now considered invalid. -- Validate nested models. This does not apply to nested models embedded - within other complex types (array, map, and union). +- Validate nested models. This includes models embedded within other complex + types (array, map, and union). +- Truncate values for timestamps to the precision supported by the logical type. ## v0.8.0 - Add support for logical types. Currently this requires using the `avro-salsify-fork` gem for logical types support with Ruby.