CHANGELOG.md in hightop-0.3.0 vs CHANGELOG.md in hightop-0.4.0
- old
+ new
@@ -1,8 +1,13 @@
+## 0.4.0 (2023-07-02)
+
+- Dropped support for Active Record < 6.1 and Ruby < 3
+- Dropped support for Mongoid < 7
+
## 0.3.0 (2021-08-12)
- Raise `ActiveRecord::UnknownAttributeReference` for non-attribute arguments
-- Raise `ArgumentError` for too many arguments with enumerable
+- Raise `ArgumentError` for too many arguments with arrays and hashes
- Removed `uniq` option (use `distinct` instead)
- Dropped support for Active Record < 5.2 and Ruby < 2.6
## 0.2.4 (2020-09-07)