aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-09-09 21:14:43 +0000
committerJamis Buck <jamis@37signals.com>2006-09-09 21:14:43 +0000
commit4d9ca4d9fbed86936b6a2cee792ea8509eef81b2 (patch)
tree261410c00df8de487b3fa3916a8f93720ad85df0 /actionmailer/CHANGELOG
parent3e7aa0391fb0da5ea6c38ceb682c8634d3a1cb72 (diff)
downloadrails-4d9ca4d9fbed86936b6a2cee792ea8509eef81b2.tar.gz
rails-4d9ca4d9fbed86936b6a2cee792ea8509eef81b2.tar.bz2
rails-4d9ca4d9fbed86936b6a2cee792ea8509eef81b2.zip
Make sure quoted-printable text is decoded correctly when only portions of the text are encoded. closes #3154.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5080 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index bac5eeafa5..85bf21d819 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,6 +1,8 @@
*SVN*
-* Make sure DOS newlines in quoted-printable text are normalized to unix newlines before unquoting. closes $166 and #4452. [Jamis Buck]
+* Make sure quoted-printable text is decoded correctly when only portions of the text are encoded. closes #3154. [jon@siliconcircus.com]
+
+* Make sure DOS newlines in quoted-printable text are normalized to unix newlines before unquoting. closes #4166 and #4452. [Jamis Buck]
* Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcircus.com]