aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2012-11-04 17:09:25 +0100
committerYves Senn <yves.senn@gmail.com>2012-11-04 17:09:25 +0100
commit710e3710813e52ce71ee2cd5a754cf6462b2ecd3 (patch)
tree4622f9356af6e19830920c2f875f122194655deb /activerecord/CHANGELOG.md
parentf786469f54332458ed60a1bbefec3125afe5f64b (diff)
downloadrails-710e3710813e52ce71ee2cd5a754cf6462b2ecd3.tar.gz
rails-710e3710813e52ce71ee2cd5a754cf6462b2ecd3.tar.bz2
rails-710e3710813e52ce71ee2cd5a754cf6462b2ecd3.zip
:counter_cache option for to support custom named counter caches. Closes #7993
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 28d8b066e0..11559e3cb3 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* :counter_cache option for `has_many` associations to support custom named counter caches.
+ Fix #7993
+
+ *Yves Senn*
+
* Deprecate the possibility to pass a string as third argument of `add_index`.
Pass `unique: true` instead.