diff options
author | Jamis Buck <jamis@37signals.com> | 2005-06-30 21:40:43 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-06-30 21:40:43 +0000 |
commit | 24a8cb1e5600d95a51323982e4d7508eb22c8b1f (patch) | |
tree | 130932096e9fbda51737d9e208e177112c289828 /actionmailer/CHANGELOG | |
parent | 813a8b9d2a17e1f0d7f7dfdcf04a79c94722e283 (diff) | |
download | rails-24a8cb1e5600d95a51323982e4d7508eb22c8b1f.tar.gz rails-24a8cb1e5600d95a51323982e4d7508eb22c8b1f.tar.bz2 rails-24a8cb1e5600d95a51323982e4d7508eb22c8b1f.zip |
Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1576 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 eac4caf81a..93995081f0 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long] + * Allow template to be explicitly specified #1448 [tuxie@dekadance.se] * Allow specific "multipart/xxx" content-type to be set on multipart messages #1412 [Flurin Egger] |