From d7a3f33dbd4726480fcbefc0c3c1270396f61fd2 Mon Sep 17 00:00:00 2001 From: Santosh Wadghule Date: Tue, 22 May 2018 19:04:24 +0530 Subject: Fix parent record should not get saved with duplicate children records - Fixes #32940 --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index dda7d19915..65ac6454b9 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* Fix parent record should not get saved with duplicate children records + + Fixes #32940 + + *Santosh Wadghule* + * Fix logic on disabling commit callbacks so they are not called unexpectedly when errors occur. *Brian Durand* -- cgit v1.2.3