aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-03-15 22:06:50 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-03-15 22:06:50 -0500
commit73fc42cc0b5e94541480032c2941a50edd4080c2 (patch)
treedbec805ec47921aae6ef179f42b541594b44b01d /actionmailer/CHANGELOG
parent5f10533949457e3797c8f0b51eb30a9268bceb4d (diff)
downloadrails-73fc42cc0b5e94541480032c2941a50edd4080c2.tar.gz
rails-73fc42cc0b5e94541480032c2941a50edd4080c2.tar.bz2
rails-73fc42cc0b5e94541480032c2941a50edd4080c2.zip
Prepare for final 2.3 release
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG5
1 files changed, 1 insertions, 4 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 2a5e3b81d8..773e603d73 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,10 +1,7 @@
-*2.3.1 [RC2] (March 5, 2009)*
+*2.3.2 [Final] (March 15, 2009)*
* Fixed that ActionMailer should send correctly formatted Return-Path in MAIL FROM for SMTP #1842 [Matt Jones]
-
-*2.3.0 [RC1] (February 1st, 2009)*
-
* Fixed RFC-2045 quoted-printable bug #1421 [squadette]
* Fixed that no body charset would be set when there are attachments present #740 [Paweł Kondzior]