aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-06-30 21:21:54 +0000
committerJamis Buck <jamis@37signals.com>2005-06-30 21:21:54 +0000
commit813a8b9d2a17e1f0d7f7dfdcf04a79c94722e283 (patch)
tree17812f8569606ee64aa86330f504dc5850ff82a3 /actionmailer/CHANGELOG
parent2455f96a6e33ab0d233fd98c7e3313131b4dbda2 (diff)
downloadrails-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/CHANGELOG2
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