From 7fd58eb04c220c4eaec95214cda91c7988a3a572 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 19 Nov 2014 22:50:25 +0900 Subject: [PATCH] Update changes log. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index d91ae389..05cc0388 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,12 @@ Changes in 2.2.6 * Support pool suspend/resume though JMX to support certain failover scenarios. + * Fix theoretical race in JDBC 4.0 detection support. + + * Suppress ordinary internal accounting sanity checks when the pool is being + undergoing forced shutdown. All bets are off when live connections are being + aborted. + Changes in 2.2.5 * Fixes for Java 6 compatibility.