Add #3 to unreleased change list

This commit is contained in:
Sean Corfield 2019-05-22 16:58:36 -07:00
parent f846757536
commit 704fb899e3

View file

@ -14,3 +14,4 @@ The following changes have been committed to the **master** branch and will be i
* Address #21 by adding `next.jdbc.specs` and documenting basic usage. * Address #21 by adding `next.jdbc.specs` and documenting basic usage.
* Fix #19 by caching loaded database driver classes. * Fix #19 by caching loaded database driver classes.
* Address #16 by renaming `reducible!` to `plan` (**BREAKING CHANGE!**). * Address #16 by renaming `reducible!` to `plan` (**BREAKING CHANGE!**).
* Address #3 by deciding to maintain this library outside Clojure Contrib.