aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-04-01 21:26:13 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2019-04-01 21:26:13 +0200
commitbeb0bc9907a31d0cbd2ca68c79c57a9e375761e8 (patch)
treecd6ac7eda88e961cbb55c7af73fdaa3a942a7490 /actionview/CHANGELOG.md
parentc8bf3341049b6b49df6af1d4324f24081e0b16d9 (diff)
downloadrails-beb0bc9907a31d0cbd2ca68c79c57a9e375761e8.tar.gz
rails-beb0bc9907a31d0cbd2ca68c79c57a9e375761e8.tar.bz2
rails-beb0bc9907a31d0cbd2ca68c79c57a9e375761e8.zip
[ci skip] Follow up c8bf334104
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 0d1833d1de..abb97804e1 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -2,10 +2,11 @@
To speed up development mode, view caches are only cleared when files in
the view paths have changed. Applications which have implemented custom
- ActionView::Resolver subclasses may need to add their own cache clearing.
+ `ActionView::Resolver` subclasses may need to add their own cache clearing.
*John Hawthorn*
+
## Rails 6.0.0.beta3 (March 11, 2019) ##
* Only accept formats from registered mime types