Update changes log.

pull/1074/head
Brett Wooldridge 7 years ago
parent a3637fb945
commit d7a9fd0339

@ -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.

Loading…
Cancel
Save