From feea0f106ed705986f2efc1d244b03df9a45739b Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 11 Jan 2008 02:11:47 +0000 Subject: [PATCH] Reorder changelog. References #10766. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8622 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/CHANGELOG | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index ee48b25a81fb5..852371ec12a19 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)