aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-03 23:19:29 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-04 11:58:43 -0300
commit87c8ce340c6c83342df988df247e9035393ed7a0 (patch)
tree76cc493c2199395ba965b0f4a3e9cd64a2c3fe98 /activerecord/CHANGELOG.md
parent37175a24bd508e2983247ec5d011d57df836c743 (diff)
downloadrails-87c8ce340c6c83342df988df247e9035393ed7a0.tar.gz
rails-87c8ce340c6c83342df988df247e9035393ed7a0.tar.bz2
rails-87c8ce340c6c83342df988df247e9035393ed7a0.zip
Remove deprecated automatic counter caches on `has_many :through`
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 83224c522c..0bb3930a09 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated automatic counter caches on `has_many :through`.
+
+ *Rafael Mendonça França*
+
* Change the way in which callback chains can be halted.
The preferred method to halt a callback chain from now on is to explicitly