diff --git a/CHANGES b/CHANGES index 2a30ea4d..fd407ccd 100644 --- a/CHANGES +++ b/CHANGES @@ -14,6 +14,10 @@ Changes in 2.3.0 * Major internal project layout restructuring to allow shared use of common code between the Java 6/7 and Java 8 versions. + * Fixed bug where two pools in the same VM, using drivers with differing JDBC + support levels, would fail unless both pools were using connectionTestQuery. + This was due to inappropriate use of static. + Changes in 2.2.5 * Fixes for Java 6 compatibility.