From a0d3f42e1751622e4aaa3860b31b921e08e10003 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 3 Jun 2019 17:30:33 +0200 Subject: [PATCH] Typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9a9f73d..10552cb3e 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) - **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. + **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` were 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)