refactor: replace with open file handler, avoid reading files into memory

This commit is contained in:
debugtalk
2019-12-13 11:17:26 +08:00
parent 4c5636f44c
commit 7ba3c99f76
4 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Release History
## 2.4.2 (2019-12-13)
**Changed**
- refactor: replace with open file handler, avoid reading files into memory
## 2.4.1 (2019-12-12)
**Added**