aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/CHANGELOG.md
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-08-23 19:07:29 -0400
committerGeorge Claghorn <george@basecamp.com>2018-08-23 19:07:29 -0400
commit3868648cae36fd64741135e3d33d7055e925879b (patch)
tree02fd70a21ba0831d9a544a3dbe8dcaba997d7e01 /activestorage/CHANGELOG.md
parentb204d167c5cfebd59f771d406178e371811ac43a (diff)
downloadrails-3868648cae36fd64741135e3d33d7055e925879b.tar.gz
rails-3868648cae36fd64741135e3d33d7055e925879b.tar.bz2
rails-3868648cae36fd64741135e3d33d7055e925879b.zip
Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-errors"
This reverts commit b204d167c5cfebd59f771d406178e371811ac43a, reversing changes made to de6a200f82a3de399fa685d583503bc88dbc5e9f.
Diffstat (limited to 'activestorage/CHANGELOG.md')
-rw-r--r--activestorage/CHANGELOG.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index 92e300a440..b592f79ca6 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,10 +1,3 @@
-* `ActiveStorage::Service::AzureStorageService` only handles specifically
- relevant types of `Azure::Core::Http::HTTPError`. It previously obscured
- other types of `HTTPError`, which is the azure-storage gem’s catch-all
- exception class.
-
- *Cameron Bothner*
-
* `ActiveStorage::DiskController#show` generates a 404 Not Found response when
the requested file is missing from the disk service. It previously raised
`Errno::ENOENT`.