feat: config variables support parsing from function

This commit is contained in:
debugtalk
2019-09-19 00:22:18 +08:00
parent 2e6880fb6f
commit d65f3860b1
7 changed files with 78 additions and 6 deletions
+11
View File
@@ -1,5 +1,16 @@
# Release History
## 2.2.6 (2019-09-18)
**Added**
- config variables support parsing from function
**Changed**
- remove unused import
- adjust code format
## 2.2.5 (2019-07-28)
**Added**