From cb5a39cefae2ca8af7fcca1d315e99c1a4be34ed Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Mon, 16 Sep 2024 12:02:01 -0500 Subject: [PATCH] updating changelog --- CHANGELOG-5.0.md | 1 + 1 file changed, 1 insertion(+) 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