Note doc updates in change log

This commit is contained in:
Sean Corfield 2019-06-04 10:46:00 -07:00
parent c833287270
commit fa31d7ef37

View file

@ -8,6 +8,7 @@ The following changes have been committed to the **master** branch and will be i
* Fix #24 by adding return type hints to `next.jdbc` functions. * Fix #24 by adding return type hints to `next.jdbc` functions.
* Fix #22 by adding `next.jdbc.optional` with four map builders that omit `NULL` columns from the row hash maps. * Fix #22 by adding `next.jdbc.optional` with four map builders that omit `NULL` columns from the row hash maps.
* Documentation improvements (#27, #28, and #29), including changing "connectable" to "transactable" for the `transact` function and the `with-transaction` macro (for consistency with the name of the underlying protocol).
## Stable Builds ## Stable Builds