aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-19 17:23:28 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-19 17:23:28 +0000
commit47dcc5ffc68e569cad48ac18a739f24511fff0ab (patch)
tree95c8319a9690a92d7dbd2c732130880baebdd7a3 /activerecord/CHANGELOG
parent9b1fefbf542d09ecfc1c2d0101486250fe40b43c (diff)
downloadrails-47dcc5ffc68e569cad48ac18a739f24511fff0ab.tar.gz
rails-47dcc5ffc68e569cad48ac18a739f24511fff0ab.tar.bz2
rails-47dcc5ffc68e569cad48ac18a739f24511fff0ab.zip
Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1316 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 58a57ea4b1..ee34dab6f8 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]
+
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't access record properties #1299 [Rick Olson]
* Fixed that clone would break when an aggregate had the same name as one of its attributes #1307 [bitsweat]