aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafael@franca.dev>2019-07-26 13:27:23 -0400
committerGitHub <noreply@github.com>2019-07-26 13:27:23 -0400
commita40da823d729296514f310d13a09ce8e0b37b699 (patch)
treee23975a060a7621825afe7706381ad01f71e08ef /actionmailbox/CHANGELOG.md
parentd937e1f4ca6da53cc641fca808fd79919f579c62 (diff)
parent09e5d6d0040211a513d47ea7309af31aa719ed5b (diff)
downloadrails-a40da823d729296514f310d13a09ce8e0b37b699.tar.gz
rails-a40da823d729296514f310d13a09ce8e0b37b699.tar.bz2
rails-a40da823d729296514f310d13a09ce8e0b37b699.zip
Merge pull request #35992 from jduff/include_bcc
Fix Bcc header missing with emails from conductor and test helpers
Diffstat (limited to 'actionmailbox/CHANGELOG.md')
-rw-r--r--actionmailbox/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailbox/CHANGELOG.md b/actionmailbox/CHANGELOG.md
index bca3d1d9ed..0d4799a7b8 100644
--- a/actionmailbox/CHANGELOG.md
+++ b/actionmailbox/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix Bcc header not being included with emails from `create_inbound_email_from` test helpers.
+
+ *jduff*
+
* Add `ApplicationMailbox.mailbox_for` to expose mailbox routing.
*James Dabbs*