diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-07 06:30:59 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-07 06:30:59 +0000 |
commit | affe7c0f679e8f11724c249b594dc51724068af2 (patch) | |
tree | 763a05a3cd00e502d2f10da793142ab4fdc2435e /actionmailer/CHANGELOG | |
parent | 7b37c779d805081aedb635a8bc801aa4a4339cc2 (diff) | |
download | rails-affe7c0f679e8f11724c249b594dc51724068af2.tar.gz rails-affe7c0f679e8f11724c249b594dc51724068af2.tar.bz2 rails-affe7c0f679e8f11724c249b594dc51724068af2.zip |
Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfgang@stufenlos.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1105 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 722311d4d0..d7c2653df1 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfgang@stufenlos.net] + + *0.8.1* (27th March, 2005) * Fixed that if charset was found that the end of a mime part declaration TMail would throw an error #919 [lon@speedymac.com] |