From da5c02683d4d30710e315021892243ca0c266482 Mon Sep 17 00:00:00 2001
From: Brett Wooldridge <brett.wooldridge@gmail.com>
Date: Mon, 17 Mar 2014 11:36:03 +0900
Subject: [PATCH] Updated changes log.

---
 CHANGES | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/CHANGES b/CHANGES
index 556730a9..7e6be294 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,19 @@
 HikariCP Changes
 
+Changes between 1.3.3 and 1.3.4
+
+ *) Added new property isolateInternalQueries used to control whether
+    internal pool queries such as connection alive tests are isolated
+    in their own transaction.
+
+ *) Added properties for DriverManager (driverClassName) and JDBC URL-based
+    (jdbcUrl) configuration.  1999 called and wants its JDBC driver back.
+
+ *) Added new property readOnly to control the default read-only status
+    of connections in the pool.
+
+ *) Various bug fixes and performance enhancements.
+
 Changes between 1.3.2 and 1.3.3
 
  *) Removed shared state contention that was causing excessive CPU cache-line