From 532d77f3729711509dd8f155545ca48c8a1149a5 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 12 Mar 2025 18:45:39 -0700 Subject: [PATCH] note lazytest in changelog Signed-off-by: Sean Corfield --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c8082..e86d181 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 + * Switch tests to LazyTest via PR [#297](https://github.com/seancorfield/next-jdbc/pull/297). + * 1.3.1002 -- 2025-03-06 * Address [#296](https://github.com/seancorfield/next-jdbc/issues/296) by adding an explicit check (and `throw`) for `sql-params` in `next.jdbc` functions. * Address [#295](https://github.com/seancorfield/next-jdbc/issues/295) by providing a way to tell `next.jdbc` that certain options should be passed "as-is" in the `Properties` object when creating a `Connection` -- `:next.jdbc/as-is-properties` accepts a sequence (or set) of keywords, identifying properties that should not be converted to strings.