aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-04-25 05:25:04 +0000
committerRick Olson <technoweenie@gmail.com>2006-04-25 05:25:04 +0000
commit4251662c1a4dbec8c69d4ab1b677950a0b4cfb58 (patch)
treeb3daa61acc884eddb42d1f0928842c21803b7638 /activerecord/CHANGELOG
parentabc2dba1ed15d9b30900890fdf4dee10c4f60a02 (diff)
downloadrails-4251662c1a4dbec8c69d4ab1b677950a0b4cfb58.tar.gz
rails-4251662c1a4dbec8c69d4ab1b677950a0b4cfb58.tar.bz2
rails-4251662c1a4dbec8c69d4ab1b677950a0b4cfb58.zip
Allow all calculations to take the :include option, not just COUNT (closes #4840) [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4264 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 0f331f3d9a..296070b865 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow all calculations to take the :include option, not just COUNT (closes #4840) [Rick]
+
* Update inconsistent migrations documentation. #4683 [machomagna@gmail.com]
* Add ActiveRecord::Errors#to_xml [Jamis Buck]