From d2ea714ba9e526854371012c390489c0127847a6 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Thu, 18 Jan 2024 08:28:54 -0600 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 b9082a9885..c47eb143ca 100644 --- a/CHANGELOG-5.0.md +++ b/CHANGELOG-5.0.md @@ -12,6 +12,7 @@ - Fixed `Phalcon\Db\Adapter\Pdo\Postgresql::describeColumns()` to return the correct string back [#16371](https://github.com/phalcon/cphalcon/issues/16371) - Fixed `Phalcon/Filter/Validation::validate()` and `Phalcon/Filter/Validation/ValidationInterface::validate()` to return also `bool` [#16337](https://github.com/phalcon/cphalcon/issues/16337) +- Fixed `Phalcon\Mvc\Model::toArray` to ignore getters when the field name is `source`. [#16514](https://github.com/phalcon/cphalcon/issues/16514) ### Removed