From 359caef33ca71b37b3ea2feef0960beccfabf4de Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 29 May 2005 16:36:22 +0000 Subject: A very thorough refactoring, resulting in new mail property setters and support for attachments and multipart messages. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1359 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'actionmailer/CHANGELOG') diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index b49821bcd5..3a7a511916 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Support attachments and multipart messages. + +* Added new accessors for the various mail properties. + * Fix to only perform the charset conversion if a 'from' and a 'to' charset are given (make no assumptions about what the charset was) #1276 [Jamis Buck] * Fix attachments and content-type problems #1276 [Jamis Buck] @@ -117,4 +121,4 @@ *0.3* -* First release \ No newline at end of file +* First release -- cgit v1.2.3