Remove duplicated CHANGELOG entry [ci skip]

This commit is contained in:
Ryuta Kamizono 2019-04-03 10:55:33 +09:00
parent 2b8aee8ce5
commit 2c44e22942
1 changed files with 0 additions and 2 deletions

View File

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