CHANGELOG.md in ransack-2.4.1 vs CHANGELOG.md in ransack-2.4.2
- old
+ new
@@ -1,14 +1,15 @@
# Change Log
+* Drop support for rubies under 2.5. PR #1189
+
+## 2.4.1 - 2020-12-21
+
* Add `ActiveRecord::Base.ransack!` which raises error if passed unknown condition
*Aaron Lipman*
## 2.4.0 - 2020-11-27
-
-*
- PR []()
* Support ActiveRecord 6.1.0.rc1.
PR [1172](https://github.com/activerecord-hackery/ransack/pull/1172)
* Fix for ActiveRecord 5.2.4 (note security fix in 5.2.4.2 for ActiveView's escape_javascript CVE-2020-5267 for all earlier versions)