aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSammy Larbi <sam@codeodor.com>2015-01-03 13:30:30 -0600
committerSammy Larbi <sam@codeodor.com>2015-01-03 13:31:54 -0600
commitc840b18ac31a852d99ff760229f2c087b6961727 (patch)
tree5be634d408733d781de4fca2b77870b6fed3e026 /activerecord/CHANGELOG.md
parent02e72a49d1c99084fef2c78c3a194e03b879099d (diff)
downloadrails-c840b18ac31a852d99ff760229f2c087b6961727.tar.gz
rails-c840b18ac31a852d99ff760229f2c087b6961727.tar.bz2
rails-c840b18ac31a852d99ff760229f2c087b6961727.zip
Fix n+1 query problem when eager loading nil associations (fixes #18312)
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 8980a1d874..dfcf4b92ac 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix n+1 query problem when eager loading nil associations (fixes #18312)
+
+ *Sammy Larbi*
+
* Clear query cache on rollback.
*Florian Weingarten*