aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-04-01 14:20:03 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-04-01 14:20:03 -0700
commitf0364d87f03d58312bcab1b2f17b5b56b6c72653 (patch)
treece692f6f6fe86af2bc6f0d4818ae881c7ca2df5f /actionmailer
parentc1883e75b38be79cc547890b2c83619351da1c95 (diff)
downloadrails-f0364d87f03d58312bcab1b2f17b5b56b6c72653.tar.gz
rails-f0364d87f03d58312bcab1b2f17b5b56b6c72653.tar.bz2
rails-f0364d87f03d58312bcab1b2f17b5b56b6c72653.zip
Release is today, yo
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index bb5c7311f3..605b18d7e9 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,4 +1,4 @@
-*Rails 3.0.0 [beta 2] (pending)*
+*Rails 3.0.0 [beta 2] (April 1st, 2010)*
* Added interceptors and observers from Mail [ML]
@@ -7,6 +7,7 @@
* Whole new API added with tests. See base.rb for full details. Old API is deprecated.
+
*Rails 3.0.0 [beta 1] (February 4, 2010)*
* The Mail::Message class has helped methods for all the field types that return 'common' defaults for the common use case, so to get the subject, mail.subject will give you a string, mail.date will give you a DateTime object, mail.from will give you an array of address specs (mikel@test.lindsaar.net) etc. If you want to access the field object itself, call mail[:field_name] which will return the field object you want, which you can then chain, like mail[:from].formatted