diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2012-01-18 14:43:59 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2012-01-18 14:43:59 -0500 |
commit | 9365f893fba9428d68e27a6e520d7d58cdcb1793 (patch) | |
tree | 3a88cb2373a5e293082521d81e74cac48befd987 /railties | |
parent | fa52740dfa0d0d1948f43122149db5149d7052f4 (diff) | |
download | rails-9365f893fba9428d68e27a6e520d7d58cdcb1793.tar.gz rails-9365f893fba9428d68e27a6e520d7d58cdcb1793.tar.bz2 rails-9365f893fba9428d68e27a6e520d7d58cdcb1793.zip |
Adding Action Mailer section to 3.2 release notes
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/3_2_release_notes.textile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile index c3652057e6..5f6f425123 100644 --- a/railties/guides/source/3_2_release_notes.textile +++ b/railties/guides/source/3_2_release_notes.textile @@ -142,6 +142,12 @@ h4. Deprecations * +Rails::Plugin+ is deprecated and will be removed in Rails 4.0. Instead of adding plugins to +vendor/plugins+ use gems or bundler with path or git dependencies. +h3. Action Mailer + +* Upgraded mail version to 2.4.0 + +* Removed Old Action Mailer API. The Old API was deprecated since Rails 3.0 release. + h3. Action Pack h4. Action Controller |