aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-22 08:30:03 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-22 08:30:04 -0200
commit18964368f3725e166719b6dc1f4b6546f6ef9e0c (patch)
tree6bc10139df9ae36f89eb6674f71c80fd3069c39d /actionmailer
parent93f24cfb1dd7478e410f8e49c38bbad0ea355ae3 (diff)
downloadrails-18964368f3725e166719b6dc1f4b6546f6ef9e0c.tar.gz
rails-18964368f3725e166719b6dc1f4b6546f6ef9e0c.tar.bz2
rails-18964368f3725e166719b6dc1f4b6546f6ef9e0c.zip
Improve changelogs
Also make Action Mailer changelog format more consistent with the others [ci skip]
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index d84b95e6e9..dc8c6bdf74 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,12 +1,14 @@
-* Instrument the generation of Action Mailer messages. The time it takes to
- generate a message is written to the log.
+* Instrument the generation of Action Mailer messages. The time it takes to
+ generate a message is written to the log.
- *Daniel Schierbeck*
+ *Daniel Schierbeck*
-* invoke mailer defaults as procs only if they are procs, do not convert
- with to_proc. That an object is convertible to a proc does not mean it's
- meant to be always used as a proc. Fixes #11533
+* Invoke mailer defaults as procs only if they are procs, do not convert with
+ `to_proc`. That an object is convertible to a proc does not mean it's meant
+ to be always used as a proc.
- *Alex Tsukernik*
+ Fixes #11533.
+
+ *Alex Tsukernik*
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/actionmailer/CHANGELOG.md) for previous changes.