Update changes file

pull/41/head
Brett Wooldridge 11 years ago
parent 2bc5b57575
commit f1bdffa3b8

@ -1,5 +1,19 @@
HikariCP Changes HikariCP Changes
Changes between 1.3.0 and 1.3.1
*) Java 6 compatibility.
*) Added Sybase-specific disconnect error codes to SQLException snooping.
*) Added HikariConfig.setCatalog() method to set DataSource catalog.
*) Add DataSource.close() method that is synonymous with shutdown().
*) More performance improvements (never ending).
*) Moved benchmarks to https://github.com/brettwooldridge/HikariCP-benchmark
Changes between 1.2.9 and 1.3.0 Changes between 1.2.9 and 1.3.0
*) Pool is now backed by a custom lock-less ConcurrentBag that *) Pool is now backed by a custom lock-less ConcurrentBag that

Loading…
Cancel
Save