aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-01-11 02:11:47 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-01-11 02:11:47 +0000
commitfeea0f106ed705986f2efc1d244b03df9a45739b (patch)
tree4201aadf1786aa6c82f7d7f608c84302e59d30f4 /actionmailer/CHANGELOG
parent2dda6391207fc7a7d36536306db36eed33f3af9d (diff)
downloadrails-feea0f106ed705986f2efc1d244b03df9a45739b.tar.gz
rails-feea0f106ed705986f2efc1d244b03df9a45739b.tar.bz2
rails-feea0f106ed705986f2efc1d244b03df9a45739b.zip
Reorder changelog. References #10766.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8622 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG4
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)