From 3b3068470fe9a8715be24c0246f451d274a934b8 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 19 Apr 2019 11:13:26 +0800 Subject: [PATCH] rename HISTORY to CHANGELOG --- HISTORY.md => CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) rename HISTORY.md => CHANGELOG.md (94%) diff --git a/HISTORY.md b/CHANGELOG.md similarity index 94% rename from HISTORY.md rename to CHANGELOG.md index bb49b1c6..dfcfbf06 100644 --- a/HISTORY.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ - support new variable notation ${var} - use \$\$ to escape \$ notation +- add Python 3.7 for travis CI **Bugfixes** - match duplicate variable/function in single raw string - escape '{' and '}' notation in raw string +- print_info: TypeError when value is None +- display api name when running api as testcase ## 2.1.1 (2019-04-11)