aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-01-11 01:55:20 +0000
committerRick Olson <technoweenie@gmail.com>2008-01-11 01:55:20 +0000
commit2dda6391207fc7a7d36536306db36eed33f3af9d (patch)
treee7998a49416de1db0a3409cf89cdb84aec8b8816 /actionmailer/CHANGELOG
parenta8eb90fcee1efdc491c9eb030827b46929ea979c (diff)
downloadrails-2dda6391207fc7a7d36536306db36eed33f3af9d.tar.gz
rails-2dda6391207fc7a7d36536306db36eed33f3af9d.tar.bz2
rails-2dda6391207fc7a7d36536306db36eed33f3af9d.zip
Updated TMail to version 1.2.1 [raasdnil]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8620 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 892ec71ed1..ee48b25a81 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -2,6 +2,10 @@
* Fixed that you don't have to call super in ActionMailer::TestCase#setup #10406 [jamesgolick]
+* Updated TMail to version 1.2.1 [raasdnil]
+
+* Fixed test in mail_service_test.rb => 'test_decode_encoded_attachment_filename' which had an incorrect decode value (should have spaces in the file after decode) [raasdnil]
+
*2.0.2* (December 16th, 2007)