diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ff9a3681783dc..6a7f53099b84c 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* `where(attr => [])` now loads an empty result without making a query. + + *John Hawthorn* + * Fixed the performance regression for `primary_keys` introduced MySQL 8.0. *Hiroyuki Ishii*