fix #835: UnicodeDecodeError when loading json schema files

This commit is contained in:
debugtalk
2020-01-03 16:34:12 +08:00
parent 3bac9c301f
commit 720c02e6ab
2 changed files with 14 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
# Release History
## 2.5.4 (2020-01-03)
**Fixed**
- fix #835: UnicodeDecodeError when loading json schema files
## 2.5.3 (2020-01-03)
**Fixed**