diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-18 07:11:00 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-18 07:11:00 +0000 |
commit | 9357321946f5fdef6a4e1424d2b5d83acf03dfdb (patch) | |
tree | 06f7b968c68c7f6d358cd49b035f4563f3ea6e3b /actionmailer/CHANGELOG | |
parent | a263612b7e75064ffc6c9028b495b8db74aaaa1d (diff) | |
download | rails-9357321946f5fdef6a4e1424d2b5d83acf03dfdb.tar.gz rails-9357321946f5fdef6a4e1424d2b5d83acf03dfdb.tar.bz2 rails-9357321946f5fdef6a4e1424d2b5d83acf03dfdb.zip |
Added that deliver_* will now return the email that was sent
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1203 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 205fdc503e..d61ef71064 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added that deliver_* will now return the email that was sent + * Fixed quoting for all address headers, not just to #955 [Jamis Buck] * Added that quoting to UTF-8 only happens if the characters used are in that range #955 [Jamis Buck] |