diff options
author | Jamis Buck <jamis@37signals.com> | 2005-06-16 11:40:00 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-06-16 11:40:00 +0000 |
commit | ef141e8536dd454ed532b62c4c8b04015269aece (patch) | |
tree | 267901559b144b5209d45275f9541e96ada42600 /actionmailer | |
parent | 5ec990af9e348e245b6583c49bba90a00e50c6db (diff) | |
download | rails-ef141e8536dd454ed532b62c4c8b04015269aece.tar.gz rails-ef141e8536dd454ed532b62c4c8b04015269aece.tar.bz2 rails-ef141e8536dd454ed532b62c4c8b04015269aece.zip |
Updated CHANGELOG
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1447 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index c3f4dae792..7dd63af77d 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Helper support (borrowed from ActionPack) + * Silently ignore Errno::EINVAL errors when converting text. * Don't cause an error when parsing an encoded attachment name #1340 [lon@speedymac.com] |