From 0ff09dca21efe64a3350b178ad585bb2f8de6163 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 22 Apr 2025 20:16:33 -0400 Subject: [PATCH] note #299 / #300 in changelog Signed-off-by: Sean Corfield --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf6477..8a8aa56 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 handling of `false` in `clob-column-reader` [#299](https://github.com/seancorfield/next-jdbc/issues/299) via PR [#300](https://github.com/seancorfield/next-jdbc/pull/300) from [@GAumala](https://github.com/GAumala) * Switch tests to LazyTest via PR [#297](https://github.com/seancorfield/next-jdbc/pull/297). * Update dev/test/build deps.