From 35d3ead51994c42912d8a106cb0f898da91087b9 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 10 Jul 2019 12:33:16 -0700 Subject: [PATCH] Minor change log update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a317a37..1a70532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ Only accretive/fixative changes will be made from now on. The following changes have been committed to the **master** branch since the 1.0.1 release: * Fix #42 by adding specs for `execute-batch!` and `set-parameters` in `next.jdbc.prepare`. +* Fix #41 by improving docstrings and documentation, especially around prepared statement handling. * Fix #40 by adding `next.jdbc.prepare/execute-batch!`. * Expose `next.jdbc.connect/dbtypes` as a table of known database types and aliases, along with their class name(s), port, and other JDBC string components. -* Improved docstrings and documentation, especially around prepared statement handling. ## Stable Builds