Fix markup in CHANGELOGs [ci skip]

Need to new line to break line in the markdown.
This commit is contained in:
Ryuta Kamizono 2019-04-25 03:19:15 +09:00
parent 81b8edc31d
commit 3a4aa49256
2 changed files with 5 additions and 3 deletions

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

@ -1,5 +1,6 @@
* Don't raise when analyzing an image whose type is unsupported by ImageMagick
Fixes: #36065
* Don't raise when analyzing an image whose type is unsupported by ImageMagick.
Fixes #36065.
*Guilherme Mansur*
@ -7,6 +8,7 @@
*Younes Serraj*
## Rails 6.0.0.beta3 (March 11, 2019) ##
* No changes.