CHANGELOG.md in avromatic-0.10.0.rc0 vs CHANGELOG.md in avromatic-0.10.0.rc1

- old
+ new

@@ -1,9 +1,9 @@ # 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. +- Add `Avromatic.on_initialize` proc that is called in Rails applications at the + end of `.configure` and on Rails 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.