diff --git a/CHANGELOG-5.0.md b/CHANGELOG-5.0.md index 2d6eb60f01..19132d1b2d 100644 --- a/CHANGELOG-5.0.md +++ b/CHANGELOG-5.0.md @@ -12,6 +12,7 @@ ### Fixed - Fixed `Phalcon\Encryption\Crypt` to use `strlen` instead of `mb_strlen` for padding calculations [#16642](https://github.com/phalcon/cphalcon/issues/16642) +- Fixed `Phalcon\Filter\Validation\Validator\File\MimeType::validate` to close the handle when using `finfo` [#16647](https://github.com/phalcon/cphalcon/issues/16647) ### Removed