Adding (crude) changelog information for 1.1.0.

This commit is contained in:
Bryan Veloso 2011-12-22 22:14:32 -08:00
parent 3bacd51ba5
commit 68763fa5b1

View file

@ -1,6 +1,20 @@
Changelog
=========
v1.1.0
------
- A ``SmartCrop`` resize processor was added. This allows an image to be
cropped based on the amount of entropy in the target image's histogram.
- The ``quality`` argument was removed in favor of an ``options`` dictionary.
This is a more general solution which grants access to PIL's format-specific
options (including "quality", "progressive", and "optimize" for JPEGs).
- The ``TrimColor`` processor was renamed to ``TrimBorderColor``.
- The private ``_Resize`` class has been removed.
v1.0.3
------