From 00fb7437c0d2e7ad4eb738ffbcfa893d888c6d5b Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 13 Aug 2022 17:53:02 -0700 Subject: [PATCH] note #210 in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8183243..2079250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Only accretive/fixative changes will be made from now on. * 1.2.next in progress * Address [#212](https://github.com/seancorfield/next-jdbc/issues/212) by documenting the problem with SQLite's JDBC driver. + * Fix [#210](https://github.com/seancorfield/next-jdbc/issues/210) by updating CI to test against MySQL and SQL Server. * Switch SQL Server testing setup to `docker-compose`. * 1.2.796 -- 2022-08-01