aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-09-09 21:56:38 +0000
committerJamis Buck <jamis@37signals.com>2006-09-09 21:56:38 +0000
commit45b5555f4cefaa61456e618e732c9ee5bb5b4e83 (patch)
tree499eded831bf7a1e95a66aa96fffdbc460f0b140 /actionmailer/CHANGELOG
parent4d9ca4d9fbed86936b6a2cee792ea8509eef81b2 (diff)
downloadrails-45b5555f4cefaa61456e618e732c9ee5bb5b4e83.tar.gz
rails-45b5555f4cefaa61456e618e732c9ee5bb5b4e83.tar.bz2
rails-45b5555f4cefaa61456e618e732c9ee5bb5b4e83.zip
Make mime version default to 1.0. closes #2323
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5081 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 85bf21d819..165d28652a 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make mime version default to 1.0. closes #2323 [ror@andreas-s.net]
+
* 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]