From d33264f2b4e748864e83b7fa59f20db4e9d50320 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Tue, 7 Jan 2014 23:12:15 +0900 Subject: [PATCH] Update changes file. --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index 55dcf3db..c8085004 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,14 @@ HikariCP Changes +Changes between 1.2.2 and 1.2.3 + + *) Fix internal (but suppressed) exception during rollback of connections + returned to the pool with auto-commit turned off. + + *) Fix a reflection issue that causes Hibernate failures due to the + CallableStatement interface being incorrectly injected into statement + proxies that are PreparedStatement or Statement instances. + Changes between 1.2.1 and 1.2.2 *) Perform a rollback() on connections returned to the pool with