1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -1,8 +1,8 @@
* Remove RecordTagHelper * Remove `ActionView::Helpers::RecordTagHelper`.
*Yoshiyuki Hirano* *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. Template finalization can be expensive in large view test suites.
Add a configuration option, Add a configuration option,