From 8636ce52532b2d1ffaeec6967d395cce1f3377c0 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Sat, 26 Apr 2014 23:40:21 +0900 Subject: [PATCH] Updated change log --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index a451ed96..17ac6d8d 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ HikariCP Changes Changes between 1.3.6 and 1.3.7 + *) Added JNDI object factory (com.zaxxer.hikari.HikariJNDIFactory) + for Tomcat and other containers that prefer JNDI-registered DataSource + factories. + *) Fix NPE that can occur when connections cannot be created and callers to getConnection() timeout.