CHANGELOG.md in dbee-1.0.1 vs CHANGELOG.md in dbee-1.0.2
- old
+ new
@@ -1,9 +1,20 @@
+# 1.0.2 (August 26th, 2019)
+
+Fixes:
+
+* Dbee::Base subclasses can now support cycles to N-depth, where N is limited by the Query. The recursion will go as far as the Query specifies it has to go.
+
+Additions:
+
+* Equals filter is now the default type when type is omitted.
+* model can now be a string so it can be lazy evaluated at run-time instead of at script evaluation time.
+
# 1.0.1 (August 26th, 2019)
Fixes:
-* Dbee::Base sub-classes can now declare self-referential associations. Note that it will stop the hierarchy once the cycle is detected.
+* Dbee::Base subclasses can now declare self-referential associations. Note that it will stop the hierarchy once the cycle is detected.
Additions:
* Static constraint is now the default type when type is omitted.