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) ------------------------------------------------------------------------------------------------------------------------