CHANGELOG.md in dir_model-0.6.2 vs CHANGELOG.md in dir_model-0.7.0
- old
+ new
@@ -1,4 +1,8 @@
+### VERSION 0.7.0
+
+* 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` :
```