From bf99299430f0f171bc24be6c98eb615e8aca0641 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 26 Feb 2020 12:00:31 -0800 Subject: [PATCH] Add issue numbers to changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409a738..705585c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ Only accretive/fixative changes will be made from now on. The following changes have been committed to the **master** branch since the 1.0.13 release: -* Add PostgreSQL streaming option information to **Tips & Tricks**. -* Minor documentation fixes (including #92). -* Improve `Unknown dbtype` exception message (to clarify that `:classname` is also missing). +* Add PostgreSQL streaming option information to **Tips & Tricks** (#87). +* Minor documentation fixes (including #85, #92). +* Improve `Unknown dbtype` exception message (to clarify that `:classname` is also missing, #90). * Fix #88 by using 1-arity `keyword` call when table name unavailable (or `:qualifier-fn` returns `nil` or an empty string); also allows `:qualifier-fn` function to be called on empty table name (so `:qualifier-fn (constantly "qual")` will now work much like `clojure.java.jdbc`'s `:qualifier "qual"` worked). * Address #89, #91 by making minor performance tweaks to `next.jdbc.result-set` functions. * Planning to move to MAJOR.MINOR.COMMITS versioning scheme (1.0.375).