aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-05-29 16:36:22 +0000
committerJamis Buck <jamis@37signals.com>2005-05-29 16:36:22 +0000
commit359caef33ca71b37b3ea2feef0960beccfabf4de (patch)
treefd5598e50baa90e6e84bf0747866d04c8aecb677 /actionmailer/CHANGELOG
parent79d9794f090f02ff56c461893785fbd65877109e (diff)
downloadrails-359caef33ca71b37b3ea2feef0960beccfabf4de.tar.gz
rails-359caef33ca71b37b3ea2feef0960beccfabf4de.tar.bz2
rails-359caef33ca71b37b3ea2feef0960beccfabf4de.zip
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
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG6
1 files changed, 5 insertions, 1 deletions
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