aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@garaio.com>2012-12-07 14:43:49 +0100
committerYves Senn <yves.senn@garaio.com>2012-12-10 09:10:47 +0100
commitec3429a3d6da2250f360d629fa6300e46f3d53fb (patch)
treeacda7dd44e33baf1d1043609f4773b1cb78b8e23 /actionmailer/CHANGELOG.md
parenta9dc44677ca0caa3660a54b191dca5229dc25f4f (diff)
downloadrails-ec3429a3d6da2250f360d629fa6300e46f3d53fb.tar.gz
rails-ec3429a3d6da2250f360d629fa6300e46f3d53fb.tar.bz2
rails-ec3429a3d6da2250f360d629fa6300e46f3d53fb.zip
The return value from mailer methods is not relevant.
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index af91907f46..6fc25b3bb4 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -2,7 +2,7 @@
* Explicit multipart messages no longer set the order of the MIME parts.
*Nate Berkopec*
-
+
* Do not render views when mail() isn't called.
Fix #7761