From 7b9931f10684cdd62adebea1dfcc2ad4699cb288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Wed, 25 May 2022 10:59:42 +0200 Subject: [PATCH] Add missing entry to changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 560bdb6c2e..2480b8f18f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -124,6 +124,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/32033 * [HHH-14932] - Spatial support for PostgreSQL 10+ uses invalid WKB dialect * [HHH-13694] - Numeric Overflow Exception when retrieving the Meta-data for sequences from Oracle Database * [HHH-10463] - Coalesce does not handle NULL values properly for PostgreSQL + * [HHH-15090] - Access to public field with extended bytecode enhancement returns null for entity lazy-loaded from polymorphic toOne association ** Improvement * [HHH-15106] - fk() SQM function