diff --git a/CHANGES b/CHANGES index abc9c5f0..eb6378ac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,19 @@ HikariCP Changes +Changes in 2.7.5 + + * issue 1061/pull 1062 fixed compatibility issue with requery.io caused by HikariCP's + proxied Statement class returning a driver-native ResultSet instance from getGeneratedKeys() + instead of returning a HikariCP proxied ResultSet. + + * pull 1055 fixed incorrect JavaDoc for HikariConfigMXBean.getMinimumIdle() method. + + * issue 1045/pull 1047 added Automatic-Module-Name to jar manifest to ensure that the Java 8 + library plays well with the Java 9 module system. + Changes in 2.7.4 - * pull 1026 Added a support for SQL Server's specific isolation level (SNAPSHOT). + * pull 1026 added support for SQL Server's specific isolation level (SNAPSHOT). * issue 926/pull 1022 HikariJNDIFactory should not throw a NamingException or else cascading to other object factories cannot occur.