aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-07-19 15:52:45 -0600
committerSean Griffin <sean@thoughtbot.com>2015-07-19 15:52:45 -0600
commit6765d4874e7afaa8da0c7790710fe43726ef412c (patch)
treef6d73b4779bed275d29f91c2301047534e122fb6 /activerecord/CHANGELOG.md
parent0bd247cc7679adb3c2e30b46ecc9afd57ac46c45 (diff)
parent8cd1d5a41cf54f0dfde2b2d0d406457a6a58dbeb (diff)
downloadrails-6765d4874e7afaa8da0c7790710fe43726ef412c.tar.gz
rails-6765d4874e7afaa8da0c7790710fe43726ef412c.tar.bz2
rails-6765d4874e7afaa8da0c7790710fe43726ef412c.zip
Merge Pull Request #16445
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 997abcb48d..3fa24f3837 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Fix a bug where counter_cache doesn't always work with polymorphic
+ relations.
+
+ Fixes #16407.
+
+ *Stefan Kanev & Sean Griffin*
+
* Ensure that cyclic associations with autosave don't cause duplicate errors
to be added to the parent record.