From 4b66a0917618363003691cf328634f711d3a0891 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Sat, 17 Sep 2022 10:44:10 +0100 Subject: [PATCH] #16096 - Update changelog --- CHANGELOG-5.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-5.0.md b/CHANGELOG-5.0.md index 21bcf240dfd..a6396b7b519 100644 --- a/CHANGELOG-5.0.md +++ b/CHANGELOG-5.0.md @@ -9,6 +9,7 @@ - Fixed `Phalcon\Flash\AbstractFlash::outputMessage` to return the message (implicitFlush) [#16063](https://github.com/phalcon/cphalcon/issues/16063) - Fixed `Phalcon\Filter\Validation\Validator\Numericality` to correctly detect illegal characters within string numbers [#16070](https://github.com/phalcon/cphalcon/issues/16070) - Fixed segmentation fault on Reflection of `Phalcon\Mvc\Model` class [#16080](https://github.com/phalcon/cphalcon/issues/16080) +- Fixed segmentation fault on Reflection [#16096](https://github.com/phalcon/cphalcon/issues/16096) ## Added - Added `Phalcon\Encryption\Security\JWT\Token::validate()` to validate a token's claims [#16094](https://github.com/phalcon/cphalcon/issues/16094)