From 2c44e22942cdf8e93a72084db2773f088b4ad486 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 3 Apr 2019 10:55:33 +0900 Subject: Remove duplicated CHANGELOG entry [ci skip] --- activerecord/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 96e2a8683e..a191f50da7 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -2,8 +2,6 @@ *DHH* -* Add `ActiveRecord::Relation#extract_associated` for extracting associated records from a relation. - * Assign all attributes before calling `build` to ensure the child record is visible in `before_add` and `after_add` callbacks for `has_many :through` associations. -- cgit v1.2.3