From 86bf66612cc5cfcebb96c11b104383a0437d6ec0 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 22 Aug 2019 13:09:54 -0700 Subject: [PATCH] Note doc updates in change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f09be76..f7f51b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following changes have been committed to the **master** branch since the 1.0 * Fix #54 by improving documentation around data type conversions (and the `ReadableColumn` and `SettableParameter` protocols). * Fix #52 by replacing `clojure.string/lower-case` with a US-locale function to avoid breakage in locales such as Turkish. +* Improved documentation around `insert-multi!` and `execute-batch!`. * Add `next.jdbc.result-set/as-maps-adapter` and `next.jdbc.result-set/as-arrays-adapter` to provide a way to override the default result set reading behavior of using `.getObject`. * Update `org.clojure/test.check` to `"0.10.0"`.