From 8d3912ac24c12eec9e37bd457c17941b6c2a64a3 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 16 Feb 2016 13:07:34 +0530 Subject: [PATCH] Add missing CHANGELOG for regression fix in #18155 which fixes #13387 [ci skip] --- activerecord/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index f13a80195a..62b921bf75 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,10 @@ +* Fixed regression on has many association, where calling a child from parent in child's callback + results in same child records getting added repeatedly to target. + + Fixes #13387. + + *Bogdan Gusiev*, *Jon Hinson* + * Rework `ActiveRecord::Relation#last` 1. Never perform additional SQL on loaded relation