aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-01-27 17:11:29 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-27 17:11:29 -0800
commit030ab357f94d4f3624e0997b4aeb972681180186 (patch)
tree310690020de47c1a79c1ae163cb1ff7e9542c214 /actionmailer
parent8399a315f5a2dc1dd3d9efd75d66151c793fa664 (diff)
downloadrails-030ab357f94d4f3624e0997b4aeb972681180186.tar.gz
rails-030ab357f94d4f3624e0997b4aeb972681180186.tar.bz2
rails-030ab357f94d4f3624e0997b4aeb972681180186.zip
Remove unbundle changelogs
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 4ee6bd4620..0018a2ed5d 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,7 +1,5 @@
*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