From d9407670586871a54975734f54514e88347cee37 Mon Sep 17 00:00:00 2001 From: Jeff Druery Date: Mon, 31 Jul 2023 07:45:30 -0400 Subject: [PATCH] Add changelog note for #2653 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9110f7fefd..7e81c2d3fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ a release. ### Fixed - References: fixed condition in `XML` Driver that did not allow to retrieve from the entity definition the `mappedBy` and `inversedBy` fields. - Fix bug collecting metadata for inherited mapped classes +- Tree: Fix issue with null ids inserted into closure table when persisting more than one type of entity using the closure strategy (#2653) ## [3.12.0] - 2023-07-08 ### Added