From 03566dc6fafe6415d2f90419a65e68b6b234c4d1 Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Sat, 15 Feb 2025 15:07:22 -0500 Subject: [PATCH] Add missing CHANGELOG entry for Dropbox fix (#1488) --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 183e4c87..e4ee07ed 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,6 +24,7 @@ Dropbox - As part of the above hardening fix a bug was uncovered whereby a ``root_path`` setting would be applied multiple times during ``save()`` (`#1484`_) +- Fix setting OAuth2 access token via env var (`#1452`_) FTP --- @@ -43,6 +44,7 @@ Google Cloud .. _#1432: https://github.com/jschneier/django-storages/pull/1432 .. _#1473: https://github.com/jschneier/django-storages/pull/1473 .. _#1457: https://github.com/jschneier/django-storages/pull/1457 +.. _#1452: https://github.com/jschneier/django-storages/pull/1452 .. _#1438: https://github.com/jschneier/django-storages/pull/1438