aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-04-03 10:55:33 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-04-03 10:55:33 +0900
commit2c44e22942cdf8e93a72084db2773f088b4ad486 (patch)
tree7ea028c9cc7e1ff0b57b662ae0bac657000d10eb /activerecord/CHANGELOG.md
parent2b8aee8ce54cc977bf80d57454cde642b211bef5 (diff)
downloadrails-2c44e22942cdf8e93a72084db2773f088b4ad486.tar.gz
rails-2c44e22942cdf8e93a72084db2773f088b4ad486.tar.bz2
rails-2c44e22942cdf8e93a72084db2773f088b4ad486.zip
Remove duplicated CHANGELOG entry [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 0 insertions, 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.