aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-01-23 16:37:46 +0000
committerJamis Buck <jamis@37signals.com>2006-01-23 16:37:46 +0000
commitacfb8b6191338cdb04707e2e1e8ac1cdbb595b4f (patch)
tree640479805c365dd8b1399d66cd62aa53e3cc1dee /actionmailer/CHANGELOG
parent7d0d0f0edd953b099351813882d20c27607a8906 (diff)
downloadrails-acfb8b6191338cdb04707e2e1e8ac1cdbb595b4f.tar.gz
rails-acfb8b6191338cdb04707e2e1e8ac1cdbb595b4f.tar.bz2
rails-acfb8b6191338cdb04707e2e1e8ac1cdbb595b4f.zip
Make sure TMail#attachments includes anything with content-disposition of "attachment", regardless of content-type
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3474 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 bec81dfa1d..ce95327ba2 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make sure TMail#attachments includes anything with content-disposition of "attachment", regardless of content-type [Jamis Buck]
+
* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
* Stricter matching for implicitly multipart filenames excludes files ending in unsupported extensions (such as foo.rhtml.bak) and without a two-part content type (such as foo.text.rhtml or foo.text.really.plain.rhtml). #2398 [Dave Burt <dave@burt.id.au>, Jeremy Kemper]