Adding Action Mailer section to 3.2 release notes

This commit is contained in:
Guillermo Iguaran
2012-01-18 14:43:59 -05:00
committed by Vijay Dev
parent 683854918f
commit 3bfbc455ff

View File

@@ -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