diff options
-rw-r--r-- | actionview/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activestorage/CHANGELOG.md | 6 |
2 files changed, 5 insertions, 3 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* 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. |