We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fae85a commit bf6e5c7Copy full SHA for bf6e5c7
CHANGELOG.rst
@@ -17,13 +17,9 @@ Added
17
Changed
18
-------
19
20
-* Allow path search for 7z (#96)
21
-
22
Fixed
23
-----
24
25
-* Detect exception on each download and extraction threads.
26
27
Deprecated
28
----------
29
@@ -33,6 +29,23 @@ Removed
33
Security
34
30
--------
35
31
32
+
+`v0.8a1`_ (28, Feb., 2020)
+==========================
36
+Changed
37
+-------
38
39
+* Allow path search for 7z (#96)
40
+* Simplify multithreading using concurrent.futures.ThreadPoolExecutor().
41
42
+Fixed
43
+-----
44
45
+* Detect exception on each download and extraction threads.
46
+* Race condition error happend on py7zr. require py7zr>=0.5.3.(#97)
47
48
49
`v0.7.4`_ (15, Feb., 2020)
50
==========================
51
0 commit comments