From 40335e73ccdd6b84f69a21cfa101b9abfa9c3447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 22 Apr 2014 18:17:01 -0500 Subject: [PATCH] Add CHANGELOG entry for #14757 [ci skip] --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 9138230b5e..cd47d0bbb4 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* Fix name collision with `Array#select!` with `Relation#select!`. + + Fixes #14752. + + *Earl St Sauver* + * Fixed unexpected behavior for `has_many :through` associations going through a scoped `has_many`. If a `has_many` association is adjusted using a scope, and another `has_many :through`