From 50437439b9f79e8da544edccc3898bb1622c17ab Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Mon, 30 Dec 2013 07:02:03 +0900 Subject: [PATCH] Updates changes file --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 9ea3ba4c..c3bb3590 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,17 @@ HikariCP Changes +Changes between 1.2.1 and 1.2.2 + + *) Perform a rollback() on connections returned to the pool with + auto commit disabled. + + *) Add a constructor for HikariConfig that accepts a Properties + object. + + *) Speed improvements for delegate mode. + + *) Fix a bug where connection timeouts could not be disabled. + Changes between 1.1.9 and 1.2.1 *) Clear SQL warnings before returning a connection to the user.