From 1a7567d2afd86e4213a9c682e1e2e9be0ff84786 Mon Sep 17 00:00:00 2001 From: Boris Staal Date: Thu, 20 Dec 2012 14:26:40 +0700 Subject: Eager loading made to use relation's in_clause_length instead of host's one (fixes #8474) --- actionmailer/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionmailer') 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* -- cgit v1.2.3