diff options
author | Zachary Scott <e@zzak.io> | 2014-11-27 08:43:37 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-11-27 08:43:37 -0800 |
commit | e2a01aef4227525eece03a922a3d37f6785376ed (patch) | |
tree | a9eb1ae79f12c218a3600b5eac18d3697ab63d24 /actionmailer | |
parent | bf0ba68e642c7c99bbf7118915f4318e2256bdf1 (diff) | |
download | rails-e2a01aef4227525eece03a922a3d37f6785376ed.tar.gz rails-e2a01aef4227525eece03a922a3d37f6785376ed.tar.bz2 rails-e2a01aef4227525eece03a922a3d37f6785376ed.zip |
Fix CHANGELOG typo introduced in e2cce6cd [ci skip]
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. |