aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-10-19 18:21:32 +0100
committerJon Leighton <j@jonathanleighton.com>2010-10-19 18:21:32 +0100
commit8aa69490833796ac6f373de746d6fc79dfc5482a (patch)
tree63f93abeb78289094693632d6c5b71b71faaf023 /activerecord
parent8345a141d12d75418613395259ef5a1112373b06 (diff)
downloadrails-8aa69490833796ac6f373de746d6fc79dfc5482a.tar.gz
rails-8aa69490833796ac6f373de746d6fc79dfc5482a.tar.bz2
rails-8aa69490833796ac6f373de746d6fc79dfc5482a.zip
Add a CHANGELOG entry about nested through associations
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 75657cb6ee..191890aefc 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* Associations with a :through option can now use *any* association as the through or source association, including other associations which have a :through option and has_and_belongs_to_many associations #1812 [Jon Leighton]
+
* The following code:
Model.limit(10).scoping { Model.count }