From a592b7ebaee1e04af613e9f1a2347b13424af7fc Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 20 Dec 2024 12:15:51 -0800 Subject: [PATCH] note pr #292 for doc fix Signed-off-by: Sean Corfield --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82aef5b..0a29388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Only accretive/fixative changes will be made from now on. * 1.3.next in progress + * Fix documentation examples of `execute-batch!` via PR [#292](https://github.com/seancorfield/next-jdbc/pull/292) from [@devurandom](https://github.com/devurandom). * Beef up bit/boolean tests and enable them for XTDB. * 1.3.981 -- 2024-12-13