Skip to content

Commit bf6e5c7

Browse files
committed
Prepare for release v0.8a1
Signed-off-by: Hiroshi Miura <[email protected]>
1 parent 7fae85a commit bf6e5c7

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

CHANGELOG.rst

+17-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ Added
1717
Changed
1818
-------
1919

20-
* Allow path search for 7z (#96)
21-
2220
Fixed
2321
-----
2422

25-
* Detect exception on each download and extraction threads.
26-
2723
Deprecated
2824
----------
2925

@@ -33,6 +29,23 @@ Removed
3329
Security
3430
--------
3531

32+
33+
`v0.8a1`_ (28, Feb., 2020)
34+
==========================
35+
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+
3649
`v0.7.4`_ (15, Feb., 2020)
3750
==========================
3851

0 commit comments

Comments
 (0)