From 54f3e67172247b57379ec84b489e892620b743a5 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Fri, 25 Oct 2019 15:20:45 -0700 Subject: [PATCH] Add changelog for IN empty array Forgot to add a changelog when this was merged in #37266. --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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*