From 6a8e9752e14a30d29ff70d785bf9816da7953101 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 1 Jun 2020 11:06:48 +0800 Subject: [PATCH] docs: update changelog --- docs/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 71f6e0c9..5bb94260 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,10 +1,12 @@ # Release History -## 3.0.7 (2020-05-31) +## 3.0.7 (2020-06-01) **Fixed** -- fix: convert jmespath.search result to int/float +- fix: convert jmespath.search result to int/float unintentionally +- fix: referenced testcase should not be run duplicately +- fix: requests.cookies.CookieConflictError, multiple cookies with name ## 3.0.6 (2020-05-29)