aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2016-03-07 16:00:12 -0500
committerArthur Neves <arthurnn@gmail.com>2016-03-07 16:00:12 -0500
commitd8a53b49a7490eb0115fcf6f7f4c872a5393e251 (patch)
tree7240ec86fe69578c1bb1c838af37a2a165a2efdb /activerecord
parent7c6b72fbc2b121c7dafba7c1e47abc00d091321d (diff)
downloadrails-d8a53b49a7490eb0115fcf6f7f4c872a5393e251.tar.gz
rails-d8a53b49a7490eb0115fcf6f7f4c872a5393e251.tar.bz2
rails-d8a53b49a7490eb0115fcf6f7f4c872a5393e251.zip
Add changelog for #20997
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 3bb4b5236e..ce77796cf1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Save many-to-many objects based on association primary key.
+
+ Fixes #20995.
+
+ *himesh-r*
+
* Fix an issue when preloading associations with extensions.
Previously every association with extension methods was transformed into an
instance dependent scope. This is no longer the case.