diff options
author | Jamis Buck <jamis@37signals.com> | 2005-06-30 21:21:54 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-06-30 21:21:54 +0000 |
commit | 813a8b9d2a17e1f0d7f7dfdcf04a79c94722e283 (patch) | |
tree | 17812f8569606ee64aa86330f504dc5850ff82a3 /actionmailer/CHANGELOG | |
parent | 2455f96a6e33ab0d233fd98c7e3313131b4dbda2 (diff) | |
download | rails-813a8b9d2a17e1f0d7f7dfdcf04a79c94722e283.tar.gz rails-813a8b9d2a17e1f0d7f7dfdcf04a79c94722e283.tar.bz2 rails-813a8b9d2a17e1f0d7f7dfdcf04a79c94722e283.zip |
Allow template to be explicitly specified #1448 [tuxie@dekadance.se]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1575 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 353472c775..eac4caf81a 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow template to be explicitly specified #1448 [tuxie@dekadance.se] + * 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 |