diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 7938cf559cf..2306be48bf0 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -24,3 +24,4 @@ - Fixed `Phalcon\Acl\Adapter\Memory::isAllowed` to properly pass role and resource objects to custom function if they are objects of the same class - Changed `Phalcon\Mvc\Model` to allow to pass a transaction within the query context [#13226](https://github.com/phalcon/cphalcon/issues/13226) - Added `Phalcon\Mvc\Query::setTransaction` to enable an override transaction [#13226](https://github.com/phalcon/cphalcon/issues/13226) +- Fixed a boolean logic error in the CSS minifier and a corresponding unit test so that whitespace is stripped [#13200](https://github.com/phalcon/cphalcon/pull/13200)