aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
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 /activestorage
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 'activestorage')
-rw-r--r--activestorage/CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index 9dcf2c4e9d..ecaec8c102 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -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.