diff options
author | Jamis Buck <jamis@37signals.com> | 2005-07-01 13:17:44 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-07-01 13:17:44 +0000 |
commit | 5ddffc8c24635fe44cd66f78d7b5e2f7091e34d6 (patch) | |
tree | cffc5827c0d13f359a4b105164ec75df831c3e08 /actionmailer/CHANGELOG | |
parent | 5651a69130acfcfadcf0d0eeafe7e7f5ee5ba17b (diff) | |
download | rails-5ddffc8c24635fe44cd66f78d7b5e2f7091e34d6.tar.gz rails-5ddffc8c24635fe44cd66f78d7b5e2f7091e34d6.tar.bz2 rails-5ddffc8c24635fe44cd66f78d7b5e2f7091e34d6.zip |
Allow for nested parts in multipart mails #1570 [Flurin Egger]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1581 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 93995081f0..4338d4d3f6 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow for nested parts in multipart mails #1570 [Flurin Egger] + * Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long] * Allow template to be explicitly specified #1448 [tuxie@dekadance.se] |