From 8f4ce863ee6a25d457fdb1fd4880f91e829f9f18 Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Fri, 5 Nov 2021 18:56:13 +1100 Subject: [PATCH] v2.3.3-rc.0 changes --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8421f89852..53419315fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +2.3.3-rc.0 ( 5/11/2021 ) + - fix ColumnDefinition.db is broken when + encoding is not utf-8 #1423 + - typeCast: Fix field.length to be number #1427, #1426 + - initiall support for coverage reporting in CI #1425 + - fix performance regression for results with #1445, #1432 + large (300+) number of columns + + 2.3.2 ( 16/10/2021 ) - fix regression causing typeCast + JSON field to error #1418, #1420