aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-01-22 09:34:41 +0000
committerMarcel Molina <marcel@vernix.org>2006-01-22 09:34:41 +0000
commit297618bddc59cdc4aaca76711874b774f9838afe (patch)
tree0f7384d0dd89444b3b2f9ae9419b44925a9cee5d /activerecord/CHANGELOG
parent8d4d88a4f01ed7b569b62489654f585434beea3a (diff)
downloadrails-297618bddc59cdc4aaca76711874b774f9838afe.tar.gz
rails-297618bddc59cdc4aaca76711874b774f9838afe.tar.bz2
rails-297618bddc59cdc4aaca76711874b774f9838afe.zip
Make dynamic finders honor additional passed in :conditions. Closes #3569.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3463 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 3b17ea2118..e487582882 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make dynamic finders honor additional passed in :conditions. #3569 [Oleg Pudeyev <pudeyo@rpi.edu>, Marcel Molina Jr.]
+
* Show a meaningful error when the DB2 adapter cannot be loaded due to missing dependencies. [Nicholas Seckar]
* Make .count work for has_many associations with multi line finder sql [schoenm@earthlink.net]