From a74f62c7c80037508ae8ae831863f2b7f477fe23 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 31 Jul 2022 18:58:47 -0700 Subject: [PATCH] note #209 in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be89503..8393bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Only accretive/fixative changes will be made from now on. * 1.2.next in progress + * Make `Transactable` extensible via metadata, via PR [#209](https://github.com/seancorfield/next-jdbc/issues/209) -- [@vemv](https://github.com/vemv). * Fix [#208](https://github.com/seancorfield/next-jdbc/issues/208) by treating unsupported exception as an empty string, just like the JDBC docs say should happen. * 1.2.790 -- 2022-07-29