From 89e51e92f8bd8b720ae11a422b71b73d419373be Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 10 Apr 2019 20:52:00 +0800 Subject: [PATCH] update changelog --- HISTORY.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 926e2234..ec95c29f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,17 @@ # Release History -## 2.1.0 (2019-03-19) +## 2.1.0 (2019-04-10) **Features** - implement json dump Python objects when save tests +- implement lazy parser +- remove project_mapping from parse_tests result + +**Bugfixes** + +- reference output variables +- pass output variables between testcases ## 2.0.6 (2019-03-18)