aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorYoshiyuki Kinjo <yskkin@gmail.com>2018-09-09 20:16:20 +0900
committerYoshiyuki Kinjo <yskkin@gmail.com>2018-09-09 20:17:36 +0900
commit576209b45bf6d20e91562da77e454bc58bda3658 (patch)
tree4e9875069319fd7254a43082b4c44ffabbe56895 /actionmailer/CHANGELOG.md
parent383b8bc8e215d5fa2b018d6f0b9c363ea95251cf (diff)
downloadrails-576209b45bf6d20e91562da77e454bc58bda3658.tar.gz
rails-576209b45bf6d20e91562da77e454bc58bda3658.tar.bz2
rails-576209b45bf6d20e91562da77e454bc58bda3658.zip
Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 415c54ec70..5158f23a27 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,4 +1,8 @@
-* Skip delivery notification when `perform_deliveries` is false.
+* Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.
+
+ *Yoshiyuki Kinjo*
+
+* Change delivery logging message when `perform_deliveries` is false.
*Yoshiyuki Kinjo*