CHANGELOG.md in avromatic-0.11.0 vs CHANGELOG.md in avromatic-0.11.1
- old
+ new
@@ -1,6 +1,10 @@
# avromatic changelog
+## v0.11.1
+- Another fix for Rails initialization and reloading. Do not clear the nested
+ models registry the first time that the `to_prepare` hook is called.
+
## v0.11.0
- Replace `Avromatic.on_initialize` proc with `Avromatic.eager_load_models`
array. The models listed by this configuration are added to the registry
at the end of `.configure` and prior to code reloading in Rails applications.
This is a compatibility breaking change.