diff options
author | Mikel Lindsaar <raasdnil@gmail.com> | 2010-04-20 14:45:47 +1000 |
---|---|---|
committer | Mikel Lindsaar <raasdnil@gmail.com> | 2010-04-20 14:45:47 +1000 |
commit | 60ab54113fa833a1258d687673561b9474964149 (patch) | |
tree | cde396bf39294f93851fe98043aa2978c7626f82 | |
parent | a9d05787116db2597237b34a048abe62d252b304 (diff) | |
download | rails-60ab54113fa833a1258d687673561b9474964149.tar.gz rails-60ab54113fa833a1258d687673561b9474964149.tar.bz2 rails-60ab54113fa833a1258d687673561b9474964149.zip |
Needed to update release notes too
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index da69ada7b4..ad09016d8b 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -568,6 +568,8 @@ Action Mailer has been given a new API with TMail being replaced out with the ne * The +mail+ delivery method acts in a similar way to Action Controller's +respond_to+, and you can explicitly or implicitly render templates. Action Mailer will turn the email into a multipart email as needed. * You can pass a proc to the <tt>format.mime_type</tt> calls within the mail block and explicitly render specific types of text, or add layouts or different templates. The +render+ call inside the proc is from Abstract Controller and supports the same options. * What were mailer unit tests have been moved to functional tests. +* ActionMailer now delegates all auto encoding of header fields and bodies to Mail Gem +* ActionMailer will auto encode email bodies and headers for you Deprecations: |