aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorBoris Staal <boris@roundlake.ru>2012-12-20 14:26:40 +0700
committerBoris Staal <boris@roundlake.ru>2012-12-20 19:51:25 +0700
commit1a7567d2afd86e4213a9c682e1e2e9be0ff84786 (patch)
tree7ecdc5fee3e5e427ba6518392c59a7104614a9ed /actionmailer/CHANGELOG.md
parent42b555dcf3d3dfc8c4b56e6bf903389f014bf05e (diff)
downloadrails-1a7567d2afd86e4213a9c682e1e2e9be0ff84786.tar.gz
rails-1a7567d2afd86e4213a9c682e1e2e9be0ff84786.tar.bz2
rails-1a7567d2afd86e4213a9c682e1e2e9be0ff84786.zip
Eager loading made to use relation's in_clause_length instead of host's one (fixes #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 2f99b61b50..f182565974 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*