From 1bd99a05abf7d6c1365bba485b63fbf363e9d8af Mon Sep 17 00:00:00 2001 From: Andrea Boriero Date: Wed, 8 Oct 2025 15:23:04 +0200 Subject: [PATCH] Update the changelog to match the released JIRAs --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 72ac6bc5ad41..75c0c6b0971a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -10,6 +10,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/35420 ** Bug * [HHH-18885] - ClassCastException with queued persist in an extra lazy Map + * [HHH-18936] - remove parent with @OnDelete(CASCADE) leads to TransientObjectException ** Task * [HHH-19800] - Migrate to release scripts for documentation publishing