CHANGELOG.md in avromatic-2.0.1 vs CHANGELOG.md in avromatic-2.1.0
- old
+ new
@@ -1,6 +1,12 @@
# avromatic changelog
+## v2.1.0
+- Add `key_schema_name` and `value_schema_name` attributes to `UnexpectedKeyError`.
+
+## v2.0.2
+- Optimize model initialization and decoding
+
## v2.0.1
- Allow generated model attribute accessors to be overridden. This was a regression in Avromatic 2.0.0.
- Ensure that timestamp-millis are coerced when the number of microseconds is divisible by 1,000 but the
number of nanoseconds is not divisible by 1,000,000.