CHANGELOG.md in sorbet-struct-comparable-1.0.0 vs CHANGELOG.md in sorbet-struct-comparable-1.1.0
- old
+ new
@@ -1,5 +1,10 @@
# Releases
+1.1.0
+
+* Fixed `T::Struct`'s of different classes returning `-1`; now returning `nil` as is expected of incomparable objects
+* Fixed incomparable attributes of different returning `-1` instead of `nil`
+
1.0.0
* Initial release: Extracted from [https://bellroy.com/](Bellroy) projects.