CHANGELOG.md in hightop-0.2.4 vs CHANGELOG.md in hightop-0.3.0
- old
+ new
@@ -1,4 +1,11 @@
+## 0.3.0 (2021-08-12)
+
+- Raise `ActiveRecord::UnknownAttributeReference` for non-attribute arguments
+- Raise `ArgumentError` for too many arguments with enumerable
+- Removed `uniq` option (use `distinct` instead)
+- Dropped support for Active Record < 5.2 and Ruby < 2.6
+
## 0.2.4 (2020-09-07)
- Added warning for non-attribute argument
- Added deprecation warning for `uniq`