From 81f91b47e84433a0f506200244e56a54148c66b4 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 7 Sep 2016 20:31:16 +0900 Subject: [PATCH] Updates changes log. --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 0a56b3c3..475c7d01 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,17 @@ HikariCP Changes +Changes in 2.5.0 + + * Release 2.5.0 marks the start of a Java 8 HikariCP artifact. The Java 7 artifact is + now called "HikariCP-java7". + + * HikariCP 2.5.0 and HikariCP-java7 2.4.8 have identical functionality. + Changes in 2.4.8 + * Release 2.4.8 marks the start of a Java 7 HikariCP artifact, HikariCP-java7, representing + support for Java 7 entering maintenance mode. + * Added Connection.commit() call to the fail-fast initialization for databases that automatically start a new Connection in a transaction and throw an exception on close if it is not committed.