From 0272c7b9ed837d2fa3dfba4eee75ce2b603cb26d Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 1 Dec 2024 13:47:44 -0800 Subject: [PATCH] note assertion change Signed-off-by: Sean Corfield --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946fd6a..a6f2b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * 2.6.next in progress * Address [#555](https://github.com/seancorfield/honeysql/issues/555) by supporting `SETTING` clause for XTDB. + * Replace `assert` calls with proper validation, throwing `ex-info` on failure (like other existing validation in HoneySQL). * Experimental `:xtdb` dialect removed (since XTDB no longer supports qualified column names). * 2.6.1230 -- 2024-11-23