diff options
-rw-r--r-- | actionmailer/CHANGELOG | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index ee48b25a81..852371ec12 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,10 +1,8 @@ *SVN* -* 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] +* Fixed that you don't have to call super in ActionMailer::TestCase#setup #10406 [jamesgolick] *2.0.2* (December 16th, 2007) |