From 58d9bdce600d0466ff764d5e510ebf583cef6145 Mon Sep 17 00:00:00 2001 From: Marco Belladelli Date: Tue, 1 Jul 2025 09:43:14 +0200 Subject: [PATCH] Fix changelog to include `6.6.19.Final` --- changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.txt b/changelog.txt index 1e5d59feb046..455fc2f034ff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,20 @@ Hibernate 6 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 6.6.19.Final (June 29, 2025) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/33968 + +** Bug + * [HHH-18837] - Oracle epoch extraction doesn't work with dates + * [HHH-19547] - Misleading exception message at DefaultFlushEntityEventListener - mangled ID - misplaced Entity and EntityEntry ID + * [HHH-19560] - TupleTransformer and ResultListTransformer trash the query interpretation cache + * [HHH-19571] - CloningPropertyCall causes non-deterministic bytecode for AccessOptimizer + * [HHH-19573] - Presence of wrapper byte array pollutes BasicTypeRegistry + * [HHH-19577] - BytecodeProviderImpl.SetPropertyValues wrongly emits duplicate stack map frames + + Changes in 6.6.18.Final (June 13, 2025) ------------------------------------------------------------------------------------------------------------------------