doc: update changelog

This commit is contained in:
debugtalk
2019-09-19 01:00:51 +08:00
committed by GitHub
parent 9d63457a69
commit 0b23381d9f

View File

@@ -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**