From e7fe15fbac906d17c1e8b93659396adbd150c5cd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 23 Mar 2005 12:24:11 +0000 Subject: 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 --- actionmailer/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionmailer/CHANGELOG') 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. -- cgit v1.2.3