aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-01-29 02:25:15 +0000
committerJamis Buck <jamis@37signals.com>2006-01-29 02:25:15 +0000
commit34df9be0e5bfcae1c84d1598bbcc3679314eca28 (patch)
tree00129e14b896636253e9d90f7e48d4d5b1c5857e /actionmailer/CHANGELOG
parent01b1a8772928fbf31180341356981b95d0581413 (diff)
downloadrails-34df9be0e5bfcae1c84d1598bbcc3679314eca28.tar.gz
rails-34df9be0e5bfcae1c84d1598bbcc3679314eca28.tar.bz2
rails-34df9be0e5bfcae1c84d1598bbcc3679314eca28.zip
Template paths with dot chars in them no longer mess up implicit template selection for multipart messages (closes #3332)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3495 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 00c672788c..3320ede638 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Template paths with dot chars in them no longer mess up implicit template selection for multipart messages #3332 [Chad Fowler]
+
* Make sure anything with content-disposition of "attachment" is passed to the attachment presenter when parsing an email body [Jamis Buck]
* Make sure TMail#attachments includes anything with content-disposition of "attachment", regardless of content-type [Jamis Buck]