project, and includes two years' worth of changes. Thank you to all
contributors. These are some of the highlights:
* Target Django versions are now 1.8, 1.10, 1.11 and 2.0
* Target Python versions are now 2.7, 3.3, 3.4, 3.5 and 3.6
* Enable GIF support (263)
* Enable WebP support (460)
* New ``sorl_thumbnail`` templatetag library that mirrors traditional ``thumbnail``
* Fix bug RGBA mode not compatible with JPEG on PILLOW >=3.7 (503)
* Don't check EXIF orientation with GraphicsMagick
* Bug fix for handling non-ASCII characters in filenames (434)
* Better error detection and handling in some cases (492)
* Improve automated testing
* Improve documentation