******************
* **Breaking:** Drop support for Django 1.7 (`185`_)
* **Deprecation:** hashpath, image, overwrite, mogile, symlinkorcopy, database, mogile, couchdb.
See (`202`_) to discuss maintenance going forward
* Use a fixed ``mtime`` argument for ``GzipFile`` in ``S3BotoStorage`` and ``S3Boto3Storage`` to ensure
a stable output for gzipped files
* Use ``.putfileobj`` instead of ``.put`` in ``S3Boto3Storage`` to use the transfer manager,
allowing files greater than 5GB to be put on S3 (`194`_ , `201`_)
* Update ``S3Boto3Storage`` for Django 1.10 (`181`_) (``get_modified_time`` and ``get_accessed_time``)
* Fix bad kwarg name in ``S3Boto3Storage`` when `AWS_PRELOAD_METADATA` is `True` (`189`_, `190`_)
.. _202: https://github.com/jschneier/django-storages/issues/202
.. _201: https://github.com/jschneier/django-storages/pull/201
.. _194: https://github.com/jschneier/django-storages/issues/194
.. _190: https://github.com/jschneier/django-storages/pull/190
.. _189: https://github.com/jschneier/django-storages/issues/189
.. _185: https://github.com/jschneier/django-storages/pull/185
.. _181: https://github.com/jschneier/django-storages/pull/181