From 288a79b8c3126a8be03c7a966d960cda48667005 Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Fri, 29 Sep 2023 01:29:29 -0400 Subject: [PATCH] Add missing CHANGELOG entry --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c43fef6b..9138a0ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,7 @@ S3 - Raise ``FileNotFoundError`` when attempting to read the ``size`` of a non-existent file (`#1309`_) - Move auth & CloudFront signer validation to init (`#1302`_) - Raise ``ImproperlyConfigured`` if no ``bucket_name`` is set (`#1313`_) +- Fix tracking of ``S3File.closed`` (`#1311`_) .. _#1303: https://github.com/jschneier/django-storages/pull/1303 .. _#1304: https://github.com/jschneier/django-storages/pull/1304 @@ -24,6 +25,7 @@ S3 .. _#1302: https://github.com/jschneier/django-storages/pull/1302 .. _#1313: https://github.com/jschneier/django-storages/pull/1313 .. _#1312: https://github.com/jschneier/django-storages/pull/1312 +.. _#1311: https://github.com/jschneier/django-storages/pull/1311 1.14 (2023-09-04) *******************