From a4714065675b6a989314afa1517a34b4cd47d765 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 26 Jan 2017 23:43:51 +0900 Subject: [PATCH] Updated change log. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 4e70680e..b8d2b633 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ HikariCP Changes Changes in 2.6.0 + * Redesign of the contention code path resulting in doubling contended throughput; now + contended pool access retains 98% of the uncontended throughput. + * issue 793 add new HikariConfig method, setScheduledExecutor(ScheduledExecutorService), and deprecate method setScheduledExecutorService(ScheduledThreadPoolExecutor). It is unfortunate that the deprecated method has the more accurate name, but its signature @@ -42,6 +45,9 @@ Changes in 2.5.0 Changes in 2.4.10 + * Redesign of the contention code path resulting in doubling contended throughput; now + contended pool access retains 98% of the uncontended throughput. + * issue 770 add a new property initializationFailTimeout, and deprecate configuration property initializationFailFast.