From 189b31f0d2e866491d5de09510b3171461adef97 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 12 Jul 2016 12:21:04 -0400 Subject: [PATCH] Update docs to mention Hibernate 5 support --- src/reference/whatsnew.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/reference/whatsnew.xml b/src/reference/whatsnew.xml index 43dccf94..1935286f 100644 --- a/src/reference/whatsnew.xml +++ b/src/reference/whatsnew.xml @@ -45,10 +45,13 @@ - Hibernate 4 Support + Hibernate Support The HibernateFlowExecutionListener now supports Hibernate 4 in addition to Hibernate 3. + + As of 2.4.3 the HibernateFlowExecutionListener also works with Hibernate 5. + Tiles 3 Support