diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-02-16 13:07:34 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-02-16 13:07:34 +0530 |
commit | 8d3912ac24c12eec9e37bd457c17941b6c2a64a3 (patch) | |
tree | a9397154a749d2b20fac12f07fc4821c042b0ba8 /activerecord/CHANGELOG.md | |
parent | 4feb34ddf291ac4985ea2403a0879b5839047074 (diff) | |
download | rails-8d3912ac24c12eec9e37bd457c17941b6c2a64a3.tar.gz rails-8d3912ac24c12eec9e37bd457c17941b6c2a64a3.tar.bz2 rails-8d3912ac24c12eec9e37bd457c17941b6c2a64a3.zip |
Add missing CHANGELOG for regression fix in #18155 which fixes #13387
[ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |