CHANGELOG.md in dbee-1.0.0 vs CHANGELOG.md in dbee-1.0.1
- old
+ new
@@ -1,4 +1,14 @@
+# 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.
+
+Additions:
+
+* Static constraint is now the default type when type is omitted.
+
# 1.0.0 (August 22nd, 2019)
Initial release.
# 1.0.0-alpha (August 18th, 2019)