diff options
-rw-r--r-- | activestorage/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md index dff4cb4912..761d8f5021 100644 --- a/activestorage/CHANGELOG.md +++ b/activestorage/CHANGELOG.md @@ -1,7 +1,7 @@ * Add `ActiveStorage::Blob#open`, which downloads a blob to a tempfile on disk and yields the tempfile. Deprecate `ActiveStorage::Downloading`. - *David Robertson, George Claghorn* + *David Robertson*, *George Claghorn* * Pass in `identify: false` as an argument when providing a `content_type` for `ActiveStorage::Attached::{One,Many}#attach` to bypass automatic content |