--------------------
- Register our own ``IImageScaleFactory`` factory for persistent tiles.
This fixes scaling images on tiles when the tile does not have the workaround of defining a property for the image field.
[maurits]
- Register our ``AnnotationStorage`` as ``IImageScaleStorage`` factory.
We require ``plone.namedfile >= 6.0.0a2`` for this.
Fixes `issue 48 <https://github.com/plone/plone.app.tiles/issues/48>`_. [maurits]
- Drop support for Python 2 and Plone 5.1.
Plone 5.2 and 6.0 are supported, on Python 3.
See `issue 49 <https://github.com/plone/plone.app.tiles/issues/49>`_. [maurits]