aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-04-27 10:15:52 +0200
committerYves Senn <yves.senn@gmail.com>2015-04-28 16:00:08 +0200
commit767d60156b89382326ce42f3ddca0cb860d38149 (patch)
treea733adc3ac35b76fd84fc4cccc291bdeda2c424a /actionmailer/CHANGELOG.md
parentd704f8f808210171964d1822d5ffd6b227b702b2 (diff)
downloadrails-767d60156b89382326ce42f3ddca0cb860d38149.tar.gz
rails-767d60156b89382326ce42f3ddca0cb860d38149.tar.bz2
rails-767d60156b89382326ce42f3ddca0cb860d38149.zip
mailer previews for `NullMail` instances. Closes #19849.
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 12867c7c9e..0d47ce855a 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Mailer previews no longer crash when the `mail` method wasn't called
+ (`NullMail`).
+
+ Fixes #19849.
+
+ *Yves Senn*
+
* Make sure labels and values line up in mailer previews.
*Yves Senn*