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

Add missing CHANGELOG for regression fix in #18155 which fixes #13387

[ci skip]
This commit is contained in:
Vipul A M 2016-02-16 13:07:34 +05:30
parent 4feb34ddf2
commit 8d3912ac24

View file

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