diff --git a/CHANGELOG-5.0.md b/CHANGELOG-5.0.md index 19132d1b2d..972987e275 100644 --- a/CHANGELOG-5.0.md +++ b/CHANGELOG-5.0.md @@ -13,6 +13,7 @@ - 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) +- Fixed `Phalcon\Mvc\Model\Manager::getRelationRecords` to explicitly set the `referencedModel` in the contitions along with the `referencedFields` [#16655](https://github.com/phalcon/cphalcon/pull/16655) ### Removed