From edf17c550877322eef6e885ba8428ba4028a23ef 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)