Update changes log.

pull/201/head
Brett Wooldridge 10 years ago
parent dda85af7d6
commit 5c46f62411

@ -1,5 +1,13 @@
HikariCP Changes
Changes in 2.2.6
* Fix an InvalidStateException thrown from the ConcurrentBag when two separate
threads call close() on the same connection by making the isClosed state of
the ConnectionProxy visible across threads through volatility.
* Support pool suspend/resume though JMX to support certain failover scenarios.
Changes in 2.2.5
* Fixes for Java 6 compatibility.

Loading…
Cancel
Save