* New: Add Image.alt_text field (requires a migration), which also gets returned now in the {% get_crop %} templatetag. * Removed: ``exact_size`` argument for ``get_crop`` templatetag. Looking up exact sizes in the database and including the caption/attribution/alt_text is now the default behavior.
4.9.0
* Fixed: upload and crop views now require admin login
4.8.49
* Fix bugs with ``regenerate_thumbs()`` when ``permissive=True``
4.8.41
* New: Django 1.9 support
4.8.39
* Fixed: bug in ``best_fit`` calculation where scaling could cause the image dimensions to drop below mins.
4.8.38
* Fixed: Bug where ``for_concrete_model`` might not be set correctly.