aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-11-23 15:00:43 -0700
committerSean Griffin <sean@seantheprogrammer.com>2015-11-23 15:01:24 -0700
commit3faf7485623da55215d6d7f3dcb2eed92c59c699 (patch)
tree9af8983ba0576dd010f2d50797b76ef9e86cfa8c /actionmailer/CHANGELOG.md
parentde9b870f4026ce0eb40bf2a7dacbd137700910ef (diff)
downloadrails-3faf7485623da55215d6d7f3dcb2eed92c59c699.tar.gz
rails-3faf7485623da55215d6d7f3dcb2eed92c59c699.tar.bz2
rails-3faf7485623da55215d6d7f3dcb2eed92c59c699.zip
Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptor"
This reverts commit 65a61ab7c370d2894c11ce276725f723a5c9c111, reversing changes made to 14314ca18302f18c3d8bb7a63e9f71ac4c2290c2. This PR broke the build
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 2280688cbc..0ecb0235bc 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,10 +1,3 @@
-* Add `Base.unregister_interceptor`, `Base.unregister_interceptors`,
- `Base.unregister_preview_interceptor` and `Base.unregister_preview_interceptors`.
- This makes it possible to dynamically add and remove email interceptors
- at runtime in the same way they're registered.
-
- *Claudio Ortolina*
-
* `config.force_ssl = true` will set
`config.action_mailer.default_url_options = { protocol: 'https' }`