From d5f284871b1e956007d5eca5574194b07d146b34 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 14 Dec 2024 12:17:25 -0800 Subject: [PATCH] update change log for bit/boolean test work Signed-off-by: Sean Corfield --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 418db4d..82aef5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Only accretive/fixative changes will be made from now on. +* 1.3.next in progress + * Beef up bit/boolean tests and enable them for XTDB. + * 1.3.981 -- 2024-12-13 * Address [#291](https://github.com/seancorfield/next-jdbc/issues/291) by adding an XTDB section to **Tips & Tricks**. * Added XTDB as a supported database for testing via PR [#290](https://github.com/seancorfield/next-jdbc/pull/290). _Note: not all features are tested against XTDB due to several fundamental differences in architecture, mostly around primary key/generated keys and lack of DDL operations (since XTDB is schemaless)._