From e3f491c8efd212246fd5582ceeaa7b9751b7d1e3 Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Sat, 4 May 2024 15:12:07 -0400 Subject: [PATCH] Update CHANGELOG with deprecation info --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e12e8cd9..daa93e1e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,8 @@ General S3 -- +- **Deprecated**: The ``config`` class property has been deprecated in favor of the ``client_config`` setting, + a future version will remove support for the property. - Fix disabling CloudFront signing with class variables (`#1334`_) - Fix ``AWS_S3_*`` environment variables lookup (`#1336`_) - Add ``client_config/AWS_S3_CLIENT_CONFIG`` to configure advanced ``botocore`` settings (`#1386`_)