1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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