aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2009-12-28 12:25:14 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2009-12-28 12:25:14 +1100
commitc039bcdb1c94d8b28fc9398d4b88b4453cdd9fb1 (patch)
tree7caa22e23908e2eec037c81633ed0a64df45b651 /actionmailer/CHANGELOG
parent971f4ff829f7ead6381e0fead93b33104b037cdd (diff)
downloadrails-c039bcdb1c94d8b28fc9398d4b88b4453cdd9fb1.tar.gz
rails-c039bcdb1c94d8b28fc9398d4b88b4453cdd9fb1.tar.bz2
rails-c039bcdb1c94d8b28fc9398d4b88b4453cdd9fb1.zip
Moved sort_parts into Mail, updated mail requirement to 1.4.2
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 5b0d036bc5..dc2d5f7314 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,9 @@
*Mail Integration
+* ActionMailer::Base :default_implicit_parts_order now is in the sequence of the order you want, no
+reversing of ordering takes place. The default order now is text/plain, then text/enriched, then
+text/html and then any other part that is not one of these three.
+
* Mail does not have "quoted_body", "quoted_subject" etc. All of these are accessed via body.encoded,
subject.encoded etc