aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-04-07 11:24:17 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-04-07 11:28:26 +0300
commitf0bde0167c8cd76799b31f6ec1babbce8372ba7b (patch)
tree4ed94a9f330d1eefb4442110fe1da08d86f4806b /actionview/CHANGELOG.md
parentc86fa4f040cd0abf2382d1f87becb9cecc0b0a3b (diff)
downloadrails-f0bde0167c8cd76799b31f6ec1babbce8372ba7b.tar.gz
rails-f0bde0167c8cd76799b31f6ec1babbce8372ba7b.tar.bz2
rails-f0bde0167c8cd76799b31f6ec1babbce8372ba7b.zip
Fix `actionview/CHANGELOG.md`
- Add missing dots at the end of sentences. - Wrap RecordTagHelper into `. - `RecordTagHelper` => `ActionView::Helpers::RecordTagHelper`. [ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 7e25d4cc98..6bb1efb0ac 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,8 +1,8 @@
-* Remove RecordTagHelper
+* Remove `ActionView::Helpers::RecordTagHelper`.
*Yoshiyuki Hirano*
-* Disable `ActionView::Template` finalizers in test environment
+* Disable `ActionView::Template` finalizers in test environment.
Template finalization can be expensive in large view test suites.
Add a configuration option,