CHANGELOG.md in dbee-1.0.2 vs CHANGELOG.md in dbee-1.0.3
- old
+ new
@@ -1,4 +1,10 @@
+# 1.0.3 (August 27th, 2019)
+
+Additions:
+
+* Added 'parent' keyword for static constraints. This makes it possible to have a static constraint apply to a parent and not just a child relationship.
+
# 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.