CHANGELOG.md in avro-builder-0.6.0 vs CHANGELOG.md in avro-builder-0.7.0

- old
+ new

@@ -1,6 +1,13 @@ # avro-builder changelog +## v0.7.0 +- Only allow `type_name` and `type_namespace` options for naming named types + defined inline. +- Only allow first argument to set name, and `namespace` option for top-level + types. +- Only allow `aliases` attribute to set aliases for top-level types. + ## v0.6.0 - Support recursive definitions. - Coerce aliases to be represented as an array. - Only allow name and namespace to be set via options, not via a block, for record, enum, and fixed types.