From 68763fa5b1d500d05058a778fd37c06f4487ccf1 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Thu, 22 Dec 2011 22:14:32 -0800 Subject: [PATCH] Adding (crude) changelog information for 1.1.0. --- docs/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d596905..742ad29 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ------