fix #768: dump json file path error when folder name contains dot, such as a.b.c
This commit is contained in:
debugtalk
2019-12-04 12:57:50 +08:00
parent bc9c69956e
commit d7abc3e4ca
8 changed files with 98 additions and 28 deletions

View File

@@ -1,5 +1,11 @@
# Release History
## 2.3.3 (2019-12-04)
**Fixed**
- fix #768: dump json file path error when folder name contains dot, such as `a.b.c`
## 2.3.2 (2019-11-01)
**Added**