aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorAditya Sanghi <aditya.sanghi@risingsuntech.net>2012-10-10 15:13:56 +0530
committerAditya Sanghi <aditya.sanghi@risingsuntech.net>2012-10-10 15:13:56 +0530
commitb12d04808af92ec10bf9a9d14d512909e1869b18 (patch)
tree5b813614549e7d62c77c3975dccb11d7faf6e32b /actionmailer
parentf16ec8c864ba12c2315713af76b11be5887cfa3a (diff)
downloadrails-b12d04808af92ec10bf9a9d14d512909e1869b18.tar.gz
rails-b12d04808af92ec10bf9a9d14d512909e1869b18.tar.bz2
rails-b12d04808af92ec10bf9a9d14d512909e1869b18.zip
Revert "Add changelog/release note entries for missing ActionMailer super feature related to inclusion of callbacks in mailers"
This reverts commit f16ec8c864ba12c2315713af76b11be5887cfa3a.
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index e5443033e9..e29890f2d8 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -27,7 +27,4 @@
* 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.