aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-07-16 20:26:10 +0000
committerRick Olson <technoweenie@gmail.com>2007-07-16 20:26:10 +0000
commit872c5f4380ca348ff9ed19963e827289fb831fdf (patch)
tree47f486fb23a24dfaba9b16cf6c87d16d751c8f52 /activerecord/CHANGELOG
parent4ef5af8d4ddad82295920cc7d83fba6cbb10ad71 (diff)
downloadrails-872c5f4380ca348ff9ed19963e827289fb831fdf.tar.gz
rails-872c5f4380ca348ff9ed19963e827289fb831fdf.tar.bz2
rails-872c5f4380ca348ff9ed19963e827289fb831fdf.zip
Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifofifo]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7189 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 4c0625b8db..3d6413a427 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifofifo]
+
* Change belongs_to so that the foreign_key assumption is taken from the association name, not the class name. Closes #8992 [hasmanyjosh]
OLD