diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-27 14:10:37 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-27 14:10:45 -0300 |
commit | 974335d4d0635bab660413b4533d8f6c5eb1aac0 (patch) | |
tree | 006ed89bfa2d6eee7275d134539cb4913bee09a1 /actionview | |
parent | d6854dfe13ae0b6cd683c69f35635d44954b7cc6 (diff) | |
download | rails-974335d4d0635bab660413b4533d8f6c5eb1aac0.tar.gz rails-974335d4d0635bab660413b4533d8f6c5eb1aac0.tar.bz2 rails-974335d4d0635bab660413b4533d8f6c5eb1aac0.zip |
Improve CHANGELOG entry [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 8fdbe15dee..6240dc6ac6 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,8 +1,6 @@ -* Only cache template digests if config.cache_template_loading, since - ActionView::Resolver.caching is set to the same value as - config.cache_template_loading +* Only cache template digests if `config.cache_template_loading` id true. - *Josh Lauer* *Justin Ridgewell* + *Josh Lauer*, *Justin Ridgewell* * Added an `extname` hash option for `javascript_include_tag` method. |