aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-31 08:38:37 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-03-31 08:38:37 +0900
commitb89a3e7e638a50c648a17d09c48b49b707e1d90d (patch)
tree67c403d84bc17d591692610134e63ade5305761c /actionview/CHANGELOG.md
parent2bf55179813190f2a79509383e21c2b43e72f4c2 (diff)
downloadrails-b89a3e7e638a50c648a17d09c48b49b707e1d90d.tar.gz
rails-b89a3e7e638a50c648a17d09c48b49b707e1d90d.tar.bz2
rails-b89a3e7e638a50c648a17d09c48b49b707e1d90d.zip
Tweaks CHANGELOGs and docs [ci skip]
* add leading `#` before `=>` since hash rocket is valid Ruby code * add backticks * remove trailing spaces * and more
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
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*