From 43c800783ac06a0edb674bdaecad4bb3863ae08a Mon Sep 17 00:00:00 2001 From: debugtalk Date: Sat, 28 May 2022 12:37:17 +0800 Subject: [PATCH] doc: update changelog --- docs/CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a50a37a9..988769fb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,16 +1,20 @@ # Release History -## v4.1.0 (2022-05-25) +## v4.1.0 (2022-05-28) - feat: add `wiki` sub-command to open httprunner website +- feat: add `build` sub-command for function plugin **go version** +- feat #1268: convert postman collection to HttpRunner testcase +- feat #1291: run testcases in v2/v3 JSON/YAML format with hrp run/boom command +- feat #1280: support creating empty scaffold project - fix #1308: load `.env` file as environment variables - fix #1309: locate plugin file upward recursively until system root dir -- refactor: move base_url to config env -- feat: support converting Postman collection to HttpRunner testcase -- refactor: improve the extensibility of `hrp convert` using interface `ICaseConverter` +- fix #1315: failed to generate a report in failfast mode +- refactor: move base_url to config `environs` +- refactor: implement testcase conversions with `hrp convert` ## v4.1.0-beta (2022-05-21)