Add CHANGELOG entry for fix of #21955 [ci skip]

This commit is contained in:
Rafael Mendonça França 2015-10-20 15:30:09 -02:00
parent f684b7ac8c
commit 209f3b30af
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
* Fix `rewhere` in a `has_many` association.
Fixes #21955.
*Josh Branchaud*, *Kal*
* `where` raises ArgumentError on unsupported types.
Fixes #20473.