From ec8fb3769710c7a6c1c404790e9bacfe6ab9c66a Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 6 Nov 2014 09:19:04 +0900 Subject: [PATCH] Update changes log. --- CHANGES | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index 4c762f7a..928f0f9e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,16 +1,6 @@ HikariCP Changes -Changes between 2.2.2 and 2.2.3 - - * Further shadow runtime dependency on Codahale metrics from reflection - performed by Spring and other IoC containers. - -Changes between 2.2.0 and 2.2.2 - - * Fixed issue with pool initialization of MySQL after default value of - initializationFailFast property was changed to false. - -Changes between 2.1.0 and 2.2.0 +Changes between 2.1.0 and 2.2.4 * Generate proxy classes into the same protection domain as the HikariCP loaded classes. This solves issues with signed jars. @@ -40,6 +30,15 @@ Changes between 2.1.0 and 2.2.0 * Dropwizard/Codahale metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource. + * Fixed issue with pool initialization of MySQL after default value of + initializationFailFast property was changed to false. + + * Further shadow runtime dependency on Codahale metrics from reflection + performed by Spring and other IoC containers. + + * Fix issue where network timeout was not properly restored to its default + value after modifying it for the duration of the addConnection() method. + Changes between 2.0.1 and 2.1.0 * Significant internal refactor supporting creation of new proxy instances