diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 96e2a8683e7..a191f50da7d 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.