From e8703708c673ef1b2479f060ee0c98db2af24b05 Mon Sep 17 00:00:00 2001 From: Anton Rieckert Date: Wed, 2 Oct 2024 20:03:52 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG-5.0.md | 1 + 1 file changed, 1 insertion(+) 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