aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
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