fix: yaml FullLoader AttributeError when PyYAML version < 5.1

This commit is contained in:
debugtalk
2019-06-30 20:53:42 +08:00
parent 3b4587d79a
commit b40cb19cb0
3 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Release History
## 2.2.3
**Bugfixes**
- fix yaml FullLoader AttributeError when PyYAML version < 5.1
## 2.2.2 (2019-06-26)
**Features**