aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 968a21ea32..c8b969c59a 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -30,8 +30,8 @@
*Cristian Bica*
-* Deprecate `*_path` helpers in email views. They generated broken
- links and were not the intention of most developers. The `*_url`
+* Deprecate `*_path` helpers in email views. They generated broken links in
+ email views and were not the intention of most developers. The `*_url`
helper is recommended instead.
*Richard Schneeman*