aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/CHANGELOG.md
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2019-04-24 08:25:55 -0400
committerGitHub <noreply@github.com>2019-04-24 08:25:55 -0400
commitc7b03de1dd64b6d3ed0c098fea95b0e61cc83d0b (patch)
tree79f556b73d55ce61d13ade0afac48f4700269188 /activestorage/CHANGELOG.md
parent5575bd7b22e8e11ba8e2fdac4a92aab931d4f9f9 (diff)
parent6133dad86970951094bdb4a603bc80c4968a9667 (diff)
downloadrails-c7b03de1dd64b6d3ed0c098fea95b0e61cc83d0b.tar.gz
rails-c7b03de1dd64b6d3ed0c098fea95b0e61cc83d0b.tar.bz2
rails-c7b03de1dd64b6d3ed0c098fea95b0e61cc83d0b.zip
Merge pull request #36072 from itsWill/dont_fail_on_unsuported_images
Don't fail ImageAnalyzer on unsupported types
Diffstat (limited to 'activestorage/CHANGELOG.md')
-rw-r--r--activestorage/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index d524ecf7d6..ff5dd884e3 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Don't raise when analyzing an unsupported image type by ImageMagick
+ Fixes: #36065
+
+ *Guilherme Mansur*
+
* Permit generating variants of BMP images.
*Younes Serraj*