Skip to content

Commit

Permalink
Merge pull request #13913 from shum0531/patch-2
Browse files Browse the repository at this point in the history
[#13911] Added changelog entry
  • Loading branch information
sergeyklay authored Mar 22, 2019
2 parents 02b86cc + 261eef7 commit b7144e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7144e7

Please sign in to comment.