aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-12-27 21:15:10 -0500
committerGeorge Claghorn <george@basecamp.com>2018-12-27 21:17:58 -0500
commite3f832a7433a291a51c5df397dc3dd654c1858cb (patch)
tree3137f4fcdd79768e24e1a6778a1cc5ae1c9e74de /actionmailer/CHANGELOG.md
parent22a6ff68b1264de693364dd89be651dda9626284 (diff)
downloadrails-e3f832a7433a291a51c5df397dc3dd654c1858cb.tar.gz
rails-e3f832a7433a291a51c5df397dc3dd654c1858cb.tar.bz2
rails-e3f832a7433a291a51c5df397dc3dd654c1858cb.zip
Deprecate ActionMailer::Base.receive in favor of Action Mailbox
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 5f3fc44e6e..06b4744d31 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Deprecate `ActionMailer::Base.receive` in favor of [Action Mailbox](https://github.com/rails/rails/tree/master/actionmailbox).
+
+ *George Claghorn*
+
* Add `MailDeliveryJob` for delivering both regular and parameterized mail. Deprecate using `DeliveryJob` and `Parameterized::DeliveryJob`.
*Gannon McGibbon*