diff options
author | Jamis Buck <jamis@37signals.com> | 2006-03-18 23:53:07 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2006-03-18 23:53:07 +0000 |
commit | db0e8ff1c3496841d7a307794dacecd82e55ce6a (patch) | |
tree | 0d266f44bcdc87d47ce149856c6e1c8198f8a9a5 /actionmailer/CHANGELOG | |
parent | 9c9069a67595f620f80eabc475181cb36a26cdde (diff) | |
download | rails-db0e8ff1c3496841d7a307794dacecd82e55ce6a.tar.gz rails-db0e8ff1c3496841d7a307794dacecd82e55ce6a.tar.bz2 rails-db0e8ff1c3496841d7a307794dacecd82e55ce6a.zip |
Parse content-type apart before using it so that sub-parts of the header can be set correctly (closes #2918)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3959 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 28c5803535..82497e324e 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Parse content-type apart before using it so that sub-parts of the header can be set correctly #2918 [Jamis Buck] + * Make custom headers work in subparts #4034 [elan@bluemandrill.com] * Template paths with dot chars in them no longer mess up implicit template selection for multipart messages #3332 [Chad Fowler] |