Add changelog for IN empty array

Forgot to add a changelog when this was merged in #37266.
This commit is contained in:
John Hawthorn 2019-10-25 15:20:45 -07:00
parent 82f9d7c8b6
commit 54f3e67172

@ -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*