aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-09-30 06:47:20 +0000
committerRick Olson <technoweenie@gmail.com>2007-09-30 06:47:20 +0000
commit30a652ad41428b922b1ed637f491776f1f1dff13 (patch)
treee20a92f14f88e6c5c9a46631fb1b744cb6356a3a /activerecord/CHANGELOG
parente5a60fb2bfe0c15c297af88c19690788b00109d0 (diff)
downloadrails-30a652ad41428b922b1ed637f491776f1f1dff13.tar.gz
rails-30a652ad41428b922b1ed637f491776f1f1dff13.tar.bz2
rails-30a652ad41428b922b1ed637f491776f1f1dff13.zip
Make size for has_many :through use counter cache if it exists. Closes #9734 [xaviershay]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7692 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 b0c3a3179e..9372adb583 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*2.0.0 [Preview Release]* (September 29th, 2007) [Includes duplicates of changes from 1.14.2 - 1.15.3]
+* Make size for has_many :through use counter cache if it exists. Closes #9734 [xaviershay]
+
* Remove DB2 adapter since IBM chooses to maintain their own adapter instead. [Jeremy Kemper]
* Extract Oracle, SQLServer, and Sybase adapters into gems. [Jeremy Kemper]