From b3d64e01122cdb50eeb1813e598d89886ab68a3d Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 9 Feb 2023 14:50:47 +0900 Subject: [PATCH] :hot_pepper: Spice up new Mailer preview for all headers --- actionmailer/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 000113214d..b44522f7f4 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,4 +1,8 @@ -* Added option to show all headers for mailer previews +* Email previews now include an expandable section to show all headers. + + Headers like `Message-ID` for threading or email service provider specific + features like analytics tags or account metadata can now be viewed directly + in the mailer preview. *Matt Swanson*