aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-03-19 00:18:50 +0000
committerJamis Buck <jamis@37signals.com>2006-03-19 00:18:50 +0000
commit49efa02b9e8d868b2d28a3db76269d8b8fcde0a6 (patch)
tree0ec96c2e208dcecc1fff84ad85ba61dce3499871 /actionmailer/CHANGELOG
parentdb0e8ff1c3496841d7a307794dacecd82e55ce6a (diff)
downloadrails-49efa02b9e8d868b2d28a3db76269d8b8fcde0a6.tar.gz
rails-49efa02b9e8d868b2d28a3db76269d8b8fcde0a6.tar.bz2
rails-49efa02b9e8d868b2d28a3db76269d8b8fcde0a6.zip
Nil charset caused subject line to be improperly quoted in implicitly multipart messages (closes #2662)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3960 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 82497e324e..b0dc63826c 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Nil charset caused subject line to be improperly quoted in implicitly multipart messages #2662 [ehalvorsen+rails@runbox.com]
+
* 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]