From 16ce2e8b2d510b62c3e770bf76f98412efc2933c Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 5 Jul 2022 22:43:05 -0700 Subject: [PATCH] fix #412 (update change log to reflect it) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a681bac..3e53685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changes * 2.3.next in progress + * Address [#412](https://github.com/seancorfield/honeysql/issues/412) by documenting options in a separate page and reorganizing the ToC structure. * Address [#409](https://github.com/seancorfield/honeysql/issues/409) by making docstring check for public helpers conditional. * Address [#401](https://github.com/seancorfield/honeysql/issues/401) by adding `register-dialect!` and `get-dialect`, and also making `add-clause-before`, `strop`, and `upper-case` public so that new dialects are easier to construct.