From 842a9cf7e0f9bf76870a924110adf1d41132c94c Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 19 Sep 2019 01:02:56 +0800 Subject: [PATCH] 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**