From ed0dc5708a08b418e5a948b80f07c85212a7a2e7 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 19 Sep 2019 01:00:51 +0800 Subject: [PATCH 1/2] doc: update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2b70c5..2d9cca40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,19 @@ **Added** -- config variables support parsing from function +- feat: config variables support parsing from function +- feat: support jsonpath to parse json response [#679](https://github.com/httprunner/httprunner/pull/679) +- feat: generate html report with specified report file [#704](https://github.com/httprunner/httprunner/pull/704) **Changed** - remove unused import - adjust code format +**Fixed** + +- fix: dev-rules link 404 + ## 2.2.5 (2019-07-28) **Added** From 842a9cf7e0f9bf76870a924110adf1d41132c94c Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 19 Sep 2019 01:02:56 +0800 Subject: [PATCH 2/2] doc: add jsonpath link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9cca40..3cb08cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **Added** - feat: config variables support parsing from function -- feat: support jsonpath to parse json response [#679](https://github.com/httprunner/httprunner/pull/679) +- feat: support [jsonpath](https://goessner.net/articles/JsonPath/) to parse json response [#679](https://github.com/httprunner/httprunner/pull/679) - feat: generate html report with specified report file [#704](https://github.com/httprunner/httprunner/pull/704) **Changed**