fix: keep negative index in jmespath unchanged when converting pytest files

This commit is contained in:
debugtalk
2022-03-22 17:00:09 +08:00
parent 37518a86de
commit 0025bb21f6
3 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
## 3.1.8 (2022-03-22)
- fix: keep negative index in jmespath unchanged when converting pytest files, e.g. body.users[-1]
- change: load yaml file with FullLoader
## 3.1.7 (2022-03-22)