aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2019-04-24 09:43:22 -0400
committerGitHub <noreply@github.com>2019-04-24 09:43:22 -0400
commit81b8edc31dd11ae2bbff52bdd1fa730c024405d8 (patch)
treef183523c9f1711d787c2e6ec80fec3cef86944af /activestorage
parentc7b03de1dd64b6d3ed0c098fea95b0e61cc83d0b (diff)
parent71ca83786e7ed71a000412c6668e137de465ca96 (diff)
downloadrails-81b8edc31dd11ae2bbff52bdd1fa730c024405d8.tar.gz
rails-81b8edc31dd11ae2bbff52bdd1fa730c024405d8.tar.bz2
rails-81b8edc31dd11ae2bbff52bdd1fa730c024405d8.zip
Merge pull request #36079 from sharang-d/update-changelog
Update changelog for a bug-fix to read better [ci skip]
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index ff5dd884e3..9dcf2c4e9d 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Don't raise when analyzing an unsupported image type by ImageMagick
+* Don't raise when analyzing an image whose type is unsupported by ImageMagick
Fixes: #36065
*Guilherme Mansur*