rename HISTORY to CHANGELOG

This commit is contained in:
debugtalk
2019-04-19 11:13:26 +08:00
parent c003a495dc
commit c22944eeeb

View File

@@ -6,11 +6,14 @@
- support new variable notation ${var} - support new variable notation ${var}
- use \$\$ to escape \$ notation - use \$\$ to escape \$ notation
- add Python 3.7 for travis CI
**Bugfixes** **Bugfixes**
- match duplicate variable/function in single raw string - match duplicate variable/function in single raw string
- escape '{' and '}' notation in 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) ## 2.1.1 (2019-04-11)