From deadb3ff0e26665d7941724a823e0b4d89e04a36 Mon Sep 17 00:00:00 2001 From: zsilbi Date: Tue, 5 Nov 2019 15:05:46 +0100 Subject: [PATCH] Changelog --- CHANGELOG-4.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-4.0.md b/CHANGELOG-4.0.md index 244e88adcee..585759317dd 100644 --- a/CHANGELOG-4.0.md +++ b/CHANGELOG-4.0.md @@ -34,6 +34,7 @@ - Fixed `Phalcon\Mvc\Model` to include correct model instances in messages metadata [#14510](https://github.com/phalcon/cphalcon/pull/14502) - Fixed `Phalcon\Di\Injectable::__get()` to return shared instance by default [#14491](https://github.com/phalcon/cphalcon/issues/14491) - Fixed `Phalcon\Mvc\View::loadTemplateEngines()` to not share engine with other views by default [#14491](https://github.com/phalcon/cphalcon/issues/14491) +- Fixed `Phalcon\Mvc\Model\Manager::getRelations()` and `getRelationsBetween()` to return many-to-many relations correctly [#14509](https://github.com/phalcon/cphalcon/pull/14509) ## Removed