diff options
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/CHANGELOG.md | 2 |
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. |