aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-01-27 17:09:55 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-27 17:09:55 -0800
commit8399a315f5a2dc1dd3d9efd75d66151c793fa664 (patch)
treea22a99d173bf059616ef57ce2062befc811adc6d /actionmailer/CHANGELOG
parent7b8c6472ffb6df4d341b0657f82e63c19e9a429c (diff)
parenta06a5a64ba8f7d7b11025d136013b48a01ccdcc8 (diff)
downloadrails-8399a315f5a2dc1dd3d9efd75d66151c793fa664.tar.gz
rails-8399a315f5a2dc1dd3d9efd75d66151c793fa664.tar.bz2
rails-8399a315f5a2dc1dd3d9efd75d66151c793fa664.zip
Merge remote branch 'mikel/master'
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 0018a2ed5d..4ee6bd4620 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.0 (pending)*
+* Unvendor'd text-format, now requires text-format gem
+
* Whole new API added with tests. See base.rb for full details. Old API is deprecated.
* 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