From 9038303af0a634a3ac9ae8234d121a1815960d2e Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Sun, 19 Mar 2006 03:08:04 +0000 Subject: forgot to save changelog... doh git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3968 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 8eb9ac1720..9fe6d6ae6a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Eager Loading support added for has_many :through => :has_many associations (see below). [Rick Olson] + * Allow has_many :through to work on has_many associations (closes #3864) [sco@scottraymond.net] Example: class Firm < ActiveRecord::Base -- cgit v1.2.3