Note doc updates in change log

This commit is contained in:
Sean Corfield 2019-08-22 13:09:54 -07:00
parent f95467a34c
commit 86bf66612c

View file

@ -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"`.