aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-04-25 03:19:15 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-04-25 03:19:15 +0900
commit3a4aa492560d311f8d549f739bd69945f5d508ea (patch)
tree20fd9bc77605d1271ff151ae33fc359bfc34d221 /actionview/CHANGELOG.md
parent81b8edc31dd11ae2bbff52bdd1fa730c024405d8 (diff)
downloadrails-3a4aa492560d311f8d549f739bd69945f5d508ea.tar.gz
rails-3a4aa492560d311f8d549f739bd69945f5d508ea.tar.bz2
rails-3a4aa492560d311f8d549f739bd69945f5d508ea.zip
Fix markup in CHANGELOGs [ci skip]
Need to new line to break line in the markdown.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index f465e08859..c79c6be217 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -5,7 +5,7 @@
only renders the first one when `cached` is set to true. But it should render all
5 items instead.
- This fixes #35114
+ Fixes #35114.
*Stan Lo*