aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-11-07 16:05:17 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-11-07 16:05:17 +0000
commit57cde631383a8a0fa8d231ac1ae85ea725e12cd5 (patch)
tree085048b9a8aa2456b4842cf45af66bde320615b8 /actionmailer/CHANGELOG
parent6b018e3d08c52417034cd648952668192327a9b7 (diff)
downloadrails-57cde631383a8a0fa8d231ac1ae85ea725e12cd5.tar.gz
rails-57cde631383a8a0fa8d231ac1ae85ea725e12cd5.tar.bz2
rails-57cde631383a8a0fa8d231ac1ae85ea725e12cd5.zip
Allow ActionMailer subclasses to individually set their delivery method (so two subclasses can have different delivery methods) (closes #10033) [zdennis]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8111 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 2e4f5cfe33..9e1aac05ee 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow ActionMailer subclasses to individually set their delivery method (so two subclasses can have different delivery methods) #10033 [zdennis]
+
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
* Introduce a new base test class for testing Mailers. ActionMailer::TestCase [Koz]