diff options
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. |