aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index fc9aefd416..1867a392eb 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -5,6 +5,8 @@
* Calling `mail()` without arguments serves as getter for the current mail
message and keeps previously set headers.
+ Fixes #13090.
+
Example:
class MailerWithCallback < ActionMailer::Base