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.