aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-05-23 01:37:01 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-05-23 09:46:31 -0700
commit69a9669d9d51fae8f591cd7a0108b6fc4b47070c (patch)
tree6e93298bb5f584ff45f67abb41eb7824bd3343e0 /actionmailer
parent8d5939c0966fa0255eae75e29f68ec55539206d1 (diff)
downloadrails-69a9669d9d51fae8f591cd7a0108b6fc4b47070c.tar.gz
rails-69a9669d9d51fae8f591cd7a0108b6fc4b47070c.tar.bz2
rails-69a9669d9d51fae8f591cd7a0108b6fc4b47070c.zip
Missing changelog heading
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 208299cfd1..7a17ff1df9 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,7 +1,10 @@
+*Rails 3.0.0 [beta 4/release candidate] (unreleased)*
+
* Changed encoding behaviour of mail, so updated tests in actionmailer and bumped mail version to 2.2.1 [ML]
* Added ability to pass Proc objects to the defaults hash [ML]
+
*Rails 3.0.0 [beta 3] (April 13th, 2010)*
* Removed all quoting.rb type files from ActionMailer and put Mail 2.2.0 in instead [ML]