diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-07 13:37:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-07 13:37:13 +0000 |
commit | 1acd54a5b44639ecb0bd0e37545a2e862df2b9a7 (patch) | |
tree | 7478157aca4a4acc45120aa5000573e1e17d210c /actionmailer/CHANGELOG | |
parent | 7f02cdd4a0cf4596e0f6fe99849486c43b87024a (diff) | |
download | rails-1acd54a5b44639ecb0bd0e37545a2e862df2b9a7.tar.gz rails-1acd54a5b44639ecb0bd0e37545a2e862df2b9a7.tar.bz2 rails-1acd54a5b44639ecb0bd0e37545a2e862df2b9a7.zip |
Make ready for 2.0.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index a50b198c4e..b1fcb0ff0e 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,4 +1,4 @@ -*2.0.0* (December 6th, 2007) +*2.0.1* (December 7th, 2007) * Update ActionMailer so it treats ActionView the same way that ActionController does. Closes #10244 [rick] @@ -17,9 +17,6 @@ * Fix silent failure of rxml templates. #9879 [jstewart] - -*2.0.0 [Preview Release]* (September 29th, 2007) - * Fix attachment decoding when using the TMail C extension. #7861 [orangechicken] * Increase mail delivery test coverage. #8692 [kamal] |