diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-23 12:24:11 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-23 12:24:11 +0000 |
commit | e7fe15fbac906d17c1e8b93659396adbd150c5cd (patch) | |
tree | 8bb5d6a82334cc22568e4cd0e55ed54560c38cab /actionmailer/CHANGELOG | |
parent | 3306813be1efaa6f696142cd3977c25d09317875 (diff) | |
download | rails-e7fe15fbac906d17c1e8b93659396adbd150c5cd.tar.gz rails-e7fe15fbac906d17c1e8b93659396adbd150c5cd.tar.bz2 rails-e7fe15fbac906d17c1e8b93659396adbd150c5cd.zip |
Added rescue for missing iconv library and throws warnings if subject/body is called on a TMail object without it instead
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@987 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 493a461dc8..d43d2e326e 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Added rescue for missing iconv library and throws warnings if subject/body is called on a TMail object without it instead + + *0.8.0* (22th March, 2005) * Added framework support for processing incoming emails with an Action Mailer class. See example in README. |