Fix CHANGELOG

* Add section for `2.4.1` release
* Remove empty entry
This commit is contained in:
yuuji.yaginuma 2021-01-04 08:36:25 +09:00
parent 55c6f9f3b5
commit c3b3c13e6f
1 changed files with 4 additions and 5 deletions

View File

@ -1,16 +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*
* Drop support for rubies under 2.5. PR #1189
## 2.4.0 - 2020-11-27
*
PR []()
* Support ActiveRecord 6.1.0.rc1.
PR [1172](https://github.com/activerecord-hackery/ransack/pull/1172)