CHANGELOG.md in dbee-1.0.3 vs CHANGELOG.md in dbee-1.1.0

- old
+ new

@@ -1,4 +1,15 @@ +# 1.1.0 (August 28th, 2019) + +Additions: + +* Added better equality and sort methods for Ruby objects (added class type checks where needed.) + +Changes: + +* Removed Sorter in favor of Sorter subclasses. +* Duplicate filters and sorters will be ignored in a Query. + # 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.