File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
7
7
`Unreleased `_
8
8
=============
9
9
10
+ `v0.17.1 `_
11
+ ==========
12
+ Fixed
13
+ -----
14
+ * Allow 7zAES+LZMA2+BCJ combination for compression(#392)
15
+ * Argument error when raising UnsupportedCompressionMethodError(#394)
16
+ * Detect memory leak in test and fix some leaks(#388)
17
+ * Fix filename and property decode in UTF-16(#391)
18
+
19
+ Changed
20
+ -------
21
+ * Azure: use macos@10.15 for test(#389)
22
+
10
23
`v0.17.0 `_
11
24
==========
12
25
@@ -248,7 +261,8 @@ Deprecated
248
261
249
262
250
263
.. History links
251
- .. _Unreleased : https://github.com/miurahr/py7zr/compare/v0.17.0...HEAD
264
+ .. _Unreleased : https://github.com/miurahr/py7zr/compare/v0.17.1...HEAD
265
+ .. _v0.17.1 : https://github.com/miurahr/py7zr/compare/v0.17.0...v0.17.1
252
266
.. _v0.17.0 : https://github.com/miurahr/py7zr/compare/v0.16.4...v0.17.0
253
267
.. _v0.16.4 : https://github.com/miurahr/py7zr/compare/v0.16.3...v0.16.4
254
268
.. _v0.16.3 : https://github.com/miurahr/py7zr/compare/v0.16.2...v0.16.3
You can’t perform that action at this time.
0 commit comments