aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-09-11 16:30:22 -0400
committerGitHub <noreply@github.com>2018-09-11 16:30:22 -0400
commit7acd2674fb6822cc3841ae2d59b93695ef18b71a (patch)
treea1038855dee638770fa4d9640acda3268034b474 /actionmailer/CHANGELOG.md
parentd54d0c95750e2693da495b75ac5fa0280253972d (diff)
parent576209b45bf6d20e91562da77e454bc58bda3658 (diff)
downloadrails-7acd2674fb6822cc3841ae2d59b93695ef18b71a.tar.gz
rails-7acd2674fb6822cc3841ae2d59b93695ef18b71a.tar.bz2
rails-7acd2674fb6822cc3841ae2d59b93695ef18b71a.zip
Merge pull request #33824 from yskkin/suppress_logging
Skip delivery notification when perform_deliveries is false.
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 1468a89e96..5158f23a27 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,11 @@
+* Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.
+
+ *Yoshiyuki Kinjo*
+
+* Change delivery logging message when `perform_deliveries` is false.
+
+ *Yoshiyuki Kinjo*
+
* Allow call `assert_enqueued_email_with` with no block.
Example: