From cbf10e581b474d5f6975333c9e973252989776c0 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 29 May 2019 19:28:04 -0700 Subject: [PATCH] Put unreleased changes at the top --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084bb9d..99c087b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Only accretive/fixative changes will be made from now on. +## Unreleased Changes + +The following changes have been committed to the **master** branch and will be in the next release: + +* 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. + ## Stable Builds * 2019-05-24 -- 1.0.0-beta1: @@ -18,10 +25,3 @@ Only accretive/fixative changes will be made from now on. * 2019-04-24 -- 1.0.0-alpha11 -- Rename `:gen-fn` to `:builder-fn` (**BREAKING CHANGE!**); Fix #13 by adding documentation for `datafy`/`nav`/`:schema`; Fix #15 by automatically adding `:next.jdbc/sql-string` (as of 1.0.0-alpha12: `:next.jdbc/sql-params`) into the options hash map, so custom builders can depend on the SQL string. * 2019-04-22 -- 1.0.0-alpha9 -- Fix #14 by respecting `:gen-fn` (as of 1.0.0-alpha11: `:builder-fn`) in `execute-one` for `PreparedStatement`. * 2019-04-21 -- 1.0.0-alpha8 -- Initial publicly announced release. - -## Unreleased Changes - -The following changes have been committed to the **master** branch and will be in the next release: - -* 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.