aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-03-19 00:55:56 +0000
committerRick Olson <technoweenie@gmail.com>2006-03-19 00:55:56 +0000
commiteb1ae042bd1b32841249fcc9c240c2e2a4161c6f (patch)
treee90315d40600d03f9d94ebda672097ef0960d9a4 /activerecord/CHANGELOG
parent57af961a80ee01d1876dfc50d93544906a995617 (diff)
downloadrails-eb1ae042bd1b32841249fcc9c240c2e2a4161c6f.tar.gz
rails-eb1ae042bd1b32841249fcc9c240c2e2a4161c6f.tar.bz2
rails-eb1ae042bd1b32841249fcc9c240c2e2a4161c6f.zip
add ticket # to changeset
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3962 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index ef959c97c5..29b721a38a 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Raise error when trying to select many polymorphic objects with has_many :through or :include [Rick Olson]
+* Raise error when trying to select many polymorphic objects with has_many :through or :include (closes #4226) [josh@hasmanythrough.com]
* Fixed has_many :through to include :conditions set on the :through association. closes #4020 [jonathan@bluewire.net.nz]