aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorAditya Sanghi <aditya.sanghi@risingsuntech.net>2012-10-10 14:52:02 +0530
committerAditya Sanghi <aditya.sanghi@risingsuntech.net>2012-10-10 14:52:02 +0530
commitf16ec8c864ba12c2315713af76b11be5887cfa3a (patch)
tree09f7a33f04a3600d0134b5f60857d36f32eaf6c7 /actionmailer
parent4c6f75c86608d331b443eec266e2561bc9b4286a (diff)
downloadrails-f16ec8c864ba12c2315713af76b11be5887cfa3a.tar.gz
rails-f16ec8c864ba12c2315713af76b11be5887cfa3a.tar.bz2
rails-f16ec8c864ba12c2315713af76b11be5887cfa3a.zip
Add changelog/release note entries for missing ActionMailer super feature related to inclusion of callbacks in mailers
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index e29890f2d8..e5443033e9 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -27,4 +27,7 @@
* Asynchronously send messages via the Rails Queue *Brian Cardarella*
+* Allow callbacks to be defined in mailers similar to `ActionController::Base`. You can configure default
+ settings, headers, attachments, delivery settings or change delivery using `before_filter`, `after_filter` etc. *Justin S. Leitgeb*
+
Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/actionmailer/CHANGELOG.md) for previous changes.