******************
* A few Azure Storage fixes [pass the content-type to Azure, handle chunked content, fix ``url``] (`45`__)
* Add support for a Dropbox (``dropbox``) storage backend
* Various fixes to the ``apache_libcloud`` backend [return the number of bytes asked for by ``.read``, make ``.name`` non-private, don't
initialize to an empty ``BytesIO`` object] (`55`_)
* Fix multi-part uploads in ``s3boto`` backend not respecting ``AWS_S3_ENCRYPTION`` (`94`_)
* Automatically gzip svg files (`100`_)
.. __: https://github.com/jschneier/django-storages/pull/45
.. _76: https://github.com/jschneier/django-storages/pull/76
.. _55: https://github.com/jschneier/django-storages/pull/55
.. _94: https://github.com/jschneier/django-storages/pull/94
.. _100: https://github.com/jschneier/django-storages/pull/100