From 261eef7b4e5942cf129fbf51b09cddfb4a9c90c6 Mon Sep 17 00:00:00 2001 From: shum0531 Date: Fri, 22 Mar 2019 04:15:09 +0300 Subject: [PATCH] [#13911] Added changelog entry --- CHANGELOG-4.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-4.0.md b/CHANGELOG-4.0.md index 55c98a38193..7f299f3c1de 100644 --- a/CHANGELOG-4.0.md +++ b/CHANGELOG-4.0.md @@ -25,6 +25,7 @@ The implementation offers PSR-7/PSR-17 compatible components in a different name - Added `Phalcon\Collection`, an object implementing `ArrayAccess`, `Countable`, `IteratorAggregate`, `JsonSerializable`, `Serializable`, offering an easy way to handle collections of data such as arrays, superglobals etc. [#13886](https://github.com/phalcon/cphalcon/issues/13886) ## Fixed +- Fixed `Phalcon\Image\Adapter\Imagick::_watermark`, `setImageAlpha()` fills the alpha channel with black before execution (replaced by `evaluateImage()`). Improved imagick compatibility. [#13911](https://github.com/phalcon/cphalcon/pull/13911) - Fixed Assets Manager hard reference to \Phalcon\Tag, should use DI [#12261](https://github.com/phalcon/cphalcon/issues/12261) ## Changed