fix #835: UnicodeDecodeError when loading json schema files

This commit is contained in:
debugtalk
2020-01-03 16:34:12 +08:00
parent 3c37921009
commit 57ce9e18e5
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**