From e8d5fdad43fc8b75e86e4b0c37cb76dbb6fea5c2 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Mon, 8 Dec 2014 17:38:43 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index dbfc0c8b..bccb69cb 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,8 @@ Changes in 2.3.0 * Fixed bug when using the HikariJNDIFactory that required the presence of Codahale metrics. + * Support initializationFailFast even when minimumIdle = 0 + Changes in 2.2.5 * Fixes for Java 6 compatibility.