diff --git a/CHANGELOG-5.0.md b/CHANGELOG-5.0.md index 5e6e4fc46cc..57b27df28ce 100644 --- a/CHANGELOG-5.0.md +++ b/CHANGELOG-5.0.md @@ -92,6 +92,7 @@ - Added `Phalcon\Forms\Form::getFilteredValue()` to get filtered value without providing entity [#15438](https://github.com/phalcon/cphalcon/issues/15438) - Added `Phalcon\Encryption\Security::getHashInformation()` to return information for a hash [#15731](https://github.com/phalcon/cphalcon/issues/15731) - Added constants `Phalcon\Encryption\Security::CRYPT_ARGON2I` and `Phalcon\Encryption\Security::CRYPT_ARGON2ID` [#15731](https://github.com/phalcon/cphalcon/issues/15731) +- Added `allowEmpty` checks to common validators [#15515](https://github.com/phalcon/cphalcon/issues/15515) ## Fixed - Fixed `Query::getExpression()` return type [#15553](https://github.com/phalcon/cphalcon/issues/15553)