diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-03-22 19:47:42 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-03-22 19:47:42 +0530 |
commit | 5007963e18809d5653355bda4b54fedc90f2fd33 (patch) | |
tree | d9b7d6dd8b99835c83fc11485dd28fb2eab74cd6 /guides/source | |
parent | 2346c7f28163af41bc5283808adaea1ab633c1e8 (diff) | |
download | rails-5007963e18809d5653355bda4b54fedc90f2fd33.tar.gz rails-5007963e18809d5653355bda4b54fedc90f2fd33.tar.bz2 rails-5007963e18809d5653355bda4b54fedc90f2fd33.zip |
- Fixed abrupt start of sentence in changelog
[ci skip]
Diffstat (limited to 'guides/source')
-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)) |