From b89a3e7e638a50c648a17d09c48b49b707e1d90d Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sun, 31 Mar 2019 08:38:37 +0900 Subject: Tweaks CHANGELOGs and docs [ci skip] * add leading `#` before `=>` since hash rocket is valid Ruby code * add backticks * remove trailing spaces * and more --- actionview/CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'actionview') diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 43688fc8a7..17a5782f9f 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -14,18 +14,19 @@ ## Rails 6.0.0.beta2 (February 25, 2019) ## -* ActionView::Template.finalize_compiled_template_methods is deprecated with +* `ActionView::Template.finalize_compiled_template_methods` is deprecated with no replacement. *tenderlove* -* config.action_view.finalize_compiled_template_methods is deprecated with +* `config.action_view.finalize_compiled_template_methods` is deprecated with no replacement. *tenderlove* * Ensure unique DOM IDs for collection inputs with float values. - Fixes #34974 + + Fixes #34974. *Mark Edmondson* -- cgit v1.2.3