aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-07-15 08:40:15 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-07-15 08:40:19 -0700
commitdffc6a43f4df05039693380c5cd2bd8762fb0382 (patch)
tree3c30eca71651cf27cd1902e423d81e1890ad607f
parent473b09f6160a4663ded59d529d47be219eb18d9a (diff)
downloadrails-dffc6a43f4df05039693380c5cd2bd8762fb0382.tar.gz
rails-dffc6a43f4df05039693380c5cd2bd8762fb0382.tar.bz2
rails-dffc6a43f4df05039693380c5cd2bd8762fb0382.zip
Add CHANGELOG entry for #15266
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 1ba01d3618..7ef54d40a7 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Calling `#empty?` on a `has_many` association would use the value from the
+ counter cache if one exists.
+
+ *David Verhasselt*
+
* Fix the schema dump generated for tables without constraints and with
primary key with default value of custom PostgreSQL function result.