From 65045e2e64e4013c0e68ca5e10651e5153fd93a0 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 2 Jan 2014 10:03:37 +0900 Subject: [PATCH] Update changes file. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index c3bb3590..a4591e43 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,9 @@ Changes between 1.2.1 and 1.2.2 *) Fix a bug where connection timeouts could not be disabled. + *) Allow setting the DataSource logWriter either on the HikariDataSource + or via addDataSourceProperty() on the HikariConfig. + Changes between 1.1.9 and 1.2.1 *) Clear SQL warnings before returning a connection to the user.