From 6b248646110a62152e6c547fcfb7309ae3540a0a Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Wed, 6 Apr 2016 23:52:58 -0400 Subject: [PATCH] Update CHANGELOG for #122 --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ca3e62c5..fc52349a9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,10 +4,14 @@ django-storages change log 1.4.1 (XXXX-XX-XX) ****************** +* Files that have a guessable encoding (e.g. gzip or compress) will be uploaded with that Content-Encoding + in the ``s3boto`` backend. Compressable types such as ``application/javascript`` will still be gzipped. + PR `#122`_ thanks @cambonf * Fix ``DropBoxStorage.exists`` check and add ``DropBoxStorage.url`` (`#127`_) thanks @zuck * Add ``GS_HOST`` setting (with a default of ``GSConnection.DefaultHost``) to fix ``GSBotoStorage``. Issue `#124`_. Fixed in `#125`_. Thanks @patgmiller @dcgoss. +.. _#122: https://github.com/jschneier/django-storages/pull/122 .. _#127: https://github.com/jschneier/django-storages/pull/127 .. _#124: https://github.com/jschneier/django-storages/issues/124 .. _#125: https://github.com/jschneier/django-storages/pull/125