CHANGELOG.md in dir_model-0.7.0 vs CHANGELOG.md in dir_model-0.7.1
- old
+ new
@@ -1,7 +1,11 @@
+### VERSION 0.7.1
+
+ Add `ActiveModel::Callbacks` to play around next, basically tracking progress
+
### VERSION 0.7.0
-* Change the design of `AggregateDir` to make it composable
+* Change the design of `AggregateDir` to make it composable
### VERSION 0.6.2
* Removing escaping from the code, so now `foreign_key` should be escaped on the caller, basically user `Regexp.quote` :