aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-10-16 09:11:41 +0200
committerYves Senn <yves.senn@gmail.com>2014-10-16 09:11:41 +0200
commit400b0818fac1fed0edf08a4f7209542a841f8588 (patch)
tree6cec6b71648a79890934955490b93ebfeb3b4a3c /actionmailer
parentaaafbaf54641342a4eb92a646418c200fa6a9fcd (diff)
downloadrails-400b0818fac1fed0edf08a4f7209542a841f8588.tar.gz
rails-400b0818fac1fed0edf08a4f7209542a841f8588.tar.bz2
rails-400b0818fac1fed0edf08a4f7209542a841f8588.zip
some changelog formatting. [ci skip]
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index e2900c2d10..5685871ac9 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -10,7 +10,7 @@
using the new Active Job framework in Rails, and will use whatever queue is
configured for Rails.
- *DHH/Abdelkader Boudih/Cristian Bica*
+ *DHH*, *Abdelkader Boudih*, *Cristian Bica*
* Make `ActionMailer::Previews` methods class methods. Previously they were
instance methods and `ActionMailer` tries to render a message when they