From 5c6ce8a37964c2a9c3b83fb481bb0266eb0781db Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 28 Jul 2022 19:59:31 -0700 Subject: [PATCH] update change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4a860..37e93a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changes * 2.3.next in progress + * Address [#418](https://github.com/seancorfield/honeysql/issues/418) by documenting a potential "gotcha" with multi-column `IN` expressions (a change from HoneySQL 1.x). * Address [#414](https://github.com/seancorfield/honeysql/issues/414) by providing an example of `ORDER BY` with a `CASE` expression. * 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.