From b92c909c95cf060c1293b3243172ab27e7fc420e Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 19 Feb 2019 10:26:59 +0100 Subject: [PATCH] Make change of the manipulatorinterface constants more clear --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b12d0267..3c9a9f73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,7 +81,7 @@ * New filters: `BlackWhite`, `BorderDetection`, `Negation`, `Neighborhood` (@rejinka) * Minor optimization of filters based on `OnPixelBased` (@rejinka, @mlocati) * Add flag to `thumbnail` to allow upscaling images (@vlakoff) - **NOTE** the `$mode` argument has been renamed to `$settings`, and it's now an integer (but old string values are accepted for backward compatibility) + **BREAKING CHANGE** the `$mode` argument has been renamed to `$settings`, and it's now an integer (but old string values are accepted for backward compatibility). In this case the `ManipulatorInterface` constants `THUMBNAIL_INSET`, `THUMBNAIL_OUTBOUND` where changed from string values to integers. * New filter: `brightness` (@lenybernard, @mlocati) * New filter: `colvolve` available for all graphics libraries except gmagick with version prior to 2.0.1RC2 (@armatronic, @mlocati) * Fix bug in Imagine\Image\Palette\RGB::blend() (@dmolineus, @mlocati)