aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorYoshiyuki Kinjo <yskkin@gmail.com>2018-09-08 17:14:12 +0900
committerYoshiyuki Kinjo <yskkin@gmail.com>2018-09-08 17:29:28 +0900
commit383b8bc8e215d5fa2b018d6f0b9c363ea95251cf (patch)
tree3fed38fc6682c1dcc753d58accb2e543652a2e20 /actionmailer/CHANGELOG.md
parent5f35c60f848dda275e34bc055f58031c08d7b416 (diff)
downloadrails-383b8bc8e215d5fa2b018d6f0b9c363ea95251cf.tar.gz
rails-383b8bc8e215d5fa2b018d6f0b9c363ea95251cf.tar.bz2
rails-383b8bc8e215d5fa2b018d6f0b9c363ea95251cf.zip
Skip delivery notification when perform_deliveries is false.
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 1468a89e96..415c54ec70 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Skip delivery notification when `perform_deliveries` is false.
+
+ *Yoshiyuki Kinjo*
+
* Allow call `assert_enqueued_email_with` with no block.
Example: