CHANGELOG.md in avromatic-0.31.0 vs CHANGELOG.md in avromatic-0.32.0.rc0
- old
+ new
@@ -1,8 +1,13 @@
# avromatic changelog
+## v0.32.0 (unreleased)
+- Improve partial assignment using a hash for records outside of unions.
+- Prevent invalid types from being assigned to primitives in unions.
+- Add validation that primitive attributes have the expected type.
+
## v0.31.0
-= Add support for Rails 5.2.
+- Add support for Rails 5.2.
## v0.30.0
- Add `Avromatic::Model::MessageDecoder#model` method to return the Avromatic
model class for a message.