diff --git a/CHANGES b/CHANGES index b8d2b633..dbe5b887 100644 --- a/CHANGES +++ b/CHANGES @@ -43,6 +43,15 @@ Changes in 2.5.0 * HikariCP 2.5.0 and HikariCP-java7 2.4.8 have identical functionality. +Changes in 2.4.11 + + * 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 + cannot be changed without breaking binary compatibility. + + * issue 600 ignore Java 8 default methods when generating proxy classes for Java 7. + Changes in 2.4.10 * Redesign of the contention code path resulting in doubling contended throughput; now