From 35eb87b40d527c71a49d85ced861cbf834b4724a Mon Sep 17 00:00:00 2001 From: dongnl Date: Wed, 27 Mar 2024 14:56:52 +0700 Subject: [PATCH] update changelog Google Chart eval bug fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8de2e4..5240038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ 7. Add RowNumColumn process, similar to CalculatedColumn's rownum but simpler 8. Add "betweenInclusive" and "notBetweenInclusive" for Filter process 9. Add using existed connection option for PDO, MySQL, PostgreSQL, SQL Server, and Oracle datasources -10. Fix Table's eval bug when column formatValue is a Math formula string +10. Fix Table's and Google Chart's eval bug when column formatValue is a Math formula string ## Version 6.2.0 1. Fix Utility's arrayToDatastore function when there's only one column.