From 81167cb77eaa8bebb4113ef6b71b16809e0ec79d Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 28 Dec 2024 11:13:17 -0800 Subject: [PATCH] note pr #559 in change log Signed-off-by: Sean Corfield --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c942741..e1c8170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changes * 2.6.next in progress + * Fix two broken links to the [HoneySQL web app](https://john.shaffe.rs/honeysql/) via PR [#559](https://github.com/seancorfield/honeysql/pull/559) [@whatacold](https://github.com/whatacold). * Make SQL Server dialect auto-lift Boolean values to parameters since SQL Server has no `TRUE` / `FALSE` literals. * 2.6.1243 -- 2024-12-13