^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Removes support for Python 2.7
- Image API specification fixes
- Support both ``gray`` and ``grey`` as valid qualities.
- Rotations are now performed clock-wise.
- No padding added to resized images.
- Better support for image extension conversions (``.tif/.tiff``, ``.jp2``).
- Pillow bumped to v4.0
- Introduced ``IIIF_CACHE_IGNORE_ERRORS`` config variable to allow ignoring
cache access exceptions.
- Changed ``current_iiif.cache`` from a callable function to a Werkzeug
``cached_property``.