aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
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 8d4164ee62..968a21ea32 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -6,7 +6,7 @@
*Andy Jeffries*
* `link_to` and `url_for` now generate URLs by default in templates.
- Passing `only_path: false` is longer needed.
+ Passing `only_path: false` is no longer needed.
Fixes #16497 and #16589.