rename HISTORY to CHANGELOG

This commit is contained in:
debugtalk
2019-04-19 11:13:26 +08:00
parent 9950d169fc
commit 3b3068470f

View File

@@ -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)