aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-11-06 23:20:22 +0000
committerMarcel Molina <marcel@vernix.org>2007-11-06 23:20:22 +0000
commita291ea2bc9e8332855528e3300ed9259d0657b69 (patch)
tree4e1502cdb46fc9658a9549dcfb9888c9df3f8fea /activerecord/CHANGELOG
parent4e7d332baf800a526b1cb91be783d3df1d88fd20 (diff)
downloadrails-a291ea2bc9e8332855528e3300ed9259d0657b69.tar.gz
rails-a291ea2bc9e8332855528e3300ed9259d0657b69.tar.bz2
rails-a291ea2bc9e8332855528e3300ed9259d0657b69.zip
Update association/method mapping table to refected latest collection methods for has_many :through. Closes #8772 [lifofifo]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8102 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 59b757eca9..38547843db 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update association/method mapping table to refected latest collection methods for has_many :through. Closes #8772 [lifofifo]
+
* Explain semantics of having several different AR instances in a transaction block. Closes #9036 [jacobat, Marcel Molina]
* Update Schema documentation to use updated sexy migration notation. Closes #10086 [sjgman9]