diff options
author | Yves Senn <yves.senn@gmail.com> | 2016-03-22 15:22:49 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2016-03-22 15:22:49 +0100 |
commit | 63f5a98bacbced546ec9dce7a44c908c664b2f55 (patch) | |
tree | d9b7d6dd8b99835c83fc11485dd28fb2eab74cd6 | |
parent | 2346c7f28163af41bc5283808adaea1ab633c1e8 (diff) | |
parent | 5007963e18809d5653355bda4b54fedc90f2fd33 (diff) | |
download | rails-63f5a98bacbced546ec9dce7a44c908c664b2f55.tar.gz rails-63f5a98bacbced546ec9dce7a44c908c664b2f55.tar.bz2 rails-63f5a98bacbced546ec9dce7a44c908c664b2f55.zip |
Merge pull request #24271 from vipulnsward/grammar-fix-changelog
Fixed abrupt start of sentence in changelog [ci skip]
-rw-r--r-- | guides/source/5_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index e02058c66d..a868c5f856 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -370,7 +370,7 @@ Please refer to the [Changelog][action-mailer] for detailed changes. ([Pull Request](https://github.com/rails/rails/pull/18587)) * Added support for fragment caching in Action Mailer views. - Along with `config.action_mailer.perform_caching` to determine + Added new config option `config.action_mailer.perform_caching` to determine whether your templates should perform caching or not. ([Pull Request](https://github.com/rails/rails/pull/22825)) |