aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2013-01-11 01:34:43 -0800
committerJon Leighton <j@jonathanleighton.com>2013-01-11 01:34:43 -0800
commit15b7482dfcf4285f6a0278671dcb67f2c6b0132d (patch)
treedb077eab5e9c2fd9ceca37eef847ffe0bf249b97 /actionmailer/CHANGELOG.md
parent92fada9b8c10b75d88190938ea2fd5a92277697b (diff)
parent1a7567d2afd86e4213a9c682e1e2e9be0ff84786 (diff)
downloadrails-15b7482dfcf4285f6a0278671dcb67f2c6b0132d.tar.gz
rails-15b7482dfcf4285f6a0278671dcb67f2c6b0132d.tar.bz2
rails-15b7482dfcf4285f6a0278671dcb67f2c6b0132d.zip
Merge pull request #8568 from inossidabile/fix-in_clause_length
Correct source for in_clause_length for eager loading (Fix for #8474)
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 9feca324a3..43bfa536c1 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Eager loading made to use relation's in_clause_length instead of host's one.
+ Fix #8474
+
+ *Boris Staal*
+
* Explicit multipart messages no longer set the order of the MIME parts.
*Nate Berkopec*