From 5181c80a3d6e8f3072f1d0e0b508cd7dc5be1040 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 17 Jun 2022 12:45:39 +0800 Subject: [PATCH] docs: update changelog --- docs/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 65abd9e0..0027879b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,15 +1,18 @@ # Release History -## v4.1.4 (2022-06-16) +## v4.1.4 (2022-06-17) **go version** - feat: config pypi index url by setting environment `PYPI_INDEX_URL` - fix: filter commented out functions when generating plugin file +- fix: failed to use parameters in referenced testcase +- fix: failed to run testcase if python3 is not available on windows **python version** - feat: support skip for pytest +- fix: support None/dict/list format when printing sql response ## v4.1.3 (2022-06-14)