aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-07 23:42:47 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-07 23:42:47 +0000
commit271404e8b929a5904dfe1a7007bee340139b6576 (patch)
treeefa066c0032f5b5c3320c867ac5b9a101db164fd /actionmailer/CHANGELOG
parent869a172a8a6e2d2182f16e959f4a41fa10df133a (diff)
downloadrails-271404e8b929a5904dfe1a7007bee340139b6576.tar.gz
rails-271404e8b929a5904dfe1a7007bee340139b6576.tar.bz2
rails-271404e8b929a5904dfe1a7007bee340139b6576.zip
Register alternative template engines using ActionMailer::Base.register_template_extension('haml'). Closes #7534.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6962 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 f2a2e0bee1..f1ba5910ba 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Register alternative template engines using ActionMailer::Base.register_template_extension('haml'). #7534 [cwd, Josh Peek]
+
* Only load ActionController::UrlWriter if ActionController is present [Rick Olson]
* Make sure parsed emails recognized attachments nested inside multipart parts. #6714 [Jamis Buck]