Skip to content

Commit

Permalink
Update CHANGELOG for #263 & #264
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Apr 13, 2017
1 parent 7d1e5e0 commit f28a637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ django-storages change log
* Fix ``collectstatic`` timezone handling in and add ``get_modified_time`` to ``S3BotoStorage`` (`#290`_)
* Add support for Django 1.11 (`#295`_ thanks @jdufresne)
* Add ``project`` keyword support to GCS in ``LibCloudStorage`` backend (`#269`_ thanks @slightfoot)
* Files that have a guessable encoding (e.g. gzip or compress) will be uploaded with that Content-Encoding in
the ``s3boto3`` backend (issue `#263`_ pr `#264`_ thanks @ldng)

.. _#217: https://github.com/jschneier/django-storages/pull/217
.. _#216: https://github.com/jschneier/django-storages/issues/216
Expand All @@ -22,6 +24,8 @@ django-storages change log
.. _#290: https://github.com/jschneier/django-storages/pull/290
.. _#295: https://github.com/jschneier/django-storages/pull/295
.. _#269: https://github.com/jschneier/django-storages/pull/269
.. _#263: https://github.com/jschneier/django-storages/issues/263
.. _#264: https://github.com/jschneier/django-storages/pull/264

1.5.2 (2017-01-13)
******************
Expand Down

0 comments on commit f28a637

Please sign in to comment.