Fix `actionview/CHANGELOG.md`

- Add missing dots at the end of sentences.
- Wrap RecordTagHelper into `.
- `RecordTagHelper` => `ActionView::Helpers::RecordTagHelper`.

[ci skip]
This commit is contained in:
bogdanvlviv 2018-04-07 11:24:17 +03:00
parent c86fa4f040
commit f0bde0167c
No known key found for this signature in database
GPG Key ID: E4ACD76A6DB6DFDD
1 changed files with 2 additions and 2 deletions

View File

@ -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,