CHANGELOG.md in avromatic-0.9.0 vs CHANGELOG.md in avromatic-0.10.0.rc0
- old
+ new
@@ -1,6 +1,10 @@
# avromatic changelog
+## v0.10.0 (unreleased)
+- Add `Avromatic.on_initialize` proc that is called in Rails applications after
+ the initializers run and on code reloading.
+
## v0.9.0
- Experimental: Add support for more than one non-null type in a union.
- Allow nested models to be referenced and reused.
- Fix the serialization of nested complex types.
- Add support for recursive models.