aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-06-24 12:15:45 +0000
committerJamis Buck <jamis@37signals.com>2005-06-24 12:15:45 +0000
commit3b4eb7aece771cb0cce131e55dbdc8137a118512 (patch)
tree17a9eea794e228d82d53902d5c8d8cdaaf67223f /actionmailer/CHANGELOG
parent0d8455c1a285c6d58fc7a3180f5c72d9c3c42fa1 (diff)
downloadrails-3b4eb7aece771cb0cce131e55dbdc8137a118512.tar.gz
rails-3b4eb7aece771cb0cce131e55dbdc8137a118512.tar.bz2
rails-3b4eb7aece771cb0cce131e55dbdc8137a118512.zip
Allow specific "multipart/xxx" content-type to be set on multipart messages #1412 [Flurin Egger]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1493 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 2ac696fba7..353472c775 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow specific "multipart/xxx" content-type to be set on multipart messages #1412 [Flurin Egger]
+
* Unquoted @ characters in headers are now accepted in spite of RFC 822 #1206
* Helper support (borrowed from ActionPack)