Note doc updates in change log
This commit is contained in:
parent
f95467a34c
commit
86bf66612c
1 changed files with 1 additions and 0 deletions
|
|
@ -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"`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue