aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-05-30 23:09:50 +0000
committerJamis Buck <jamis@37signals.com>2005-05-30 23:09:50 +0000
commit19da52d69db92995eb518875b60e72b61f83469a (patch)
tree8db81b7bd13d8fa19c70d8cacc097daa716c1d35 /actionmailer/CHANGELOG
parent6ce58318f5c1446c33599e3d0d19491618c684a6 (diff)
downloadrails-19da52d69db92995eb518875b60e72b61f83469a.tar.gz
rails-19da52d69db92995eb518875b60e72b61f83469a.tar.bz2
rails-19da52d69db92995eb518875b60e72b61f83469a.zip
Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedymac.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1374 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 3a7a511916..b884272feb 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Silently ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedymac.com]
+
* Support attachments and multipart messages.
* Added new accessors for the various mail properties.