From ae1e85200e1480a47db7c3ccfcc7d256f37e88ba Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 22 Aug 2005 21:17:01 +0000 Subject: Add a unified render method to ActionMailer (delegates to ActionView::Base#render) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2037 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionmailer/CHANGELOG') diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index d17955b7e9..4ae813e8aa 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add a unified render method to ActionMailer (delegates to ActionView::Base#render) + * Move mailer initialization to a separate (overridable) method, so that subclasses may alter the various defaults #1727 * Look at content-location header (if available) to determine filename of attachments #1670 -- cgit v1.2.3