aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 886a6445da..156f55e94e 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Define collection singular ids method for has_many :through associations. #8763 [lifofifo]
+
* Array attribute conditions work with proxied association collections. #8318 [kamal, theamazingrando]
* Fix polymorphic has_one associations declared in an abstract class. #8638 [lifofifo, daxhuiberts]