Skip to content

Commit

Permalink
Release version 0.22.0
Browse files Browse the repository at this point in the history
Added
-----
* Add mode "x" for SevenZipFile (#588)
* Add SevenZipFile#namelist method (#600)

Fixed
-----
* Append mode on non-existent files (#604)
* Fix NUMBER encoding of integer when 8 bytes(#591)

Changed
-------
* Minimum required Python version to be Python 3.8 (#601)
* Remove pyannotate from pyproject.toml (#598)

Document
--------
* Update user guide (#596)
  • Loading branch information
miurahr committed Aug 8, 2024
1 parent 830f194 commit 3d0bf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Supported algorithms
but it does **not** guarantee to block all the bad cases.
* ZStandard and Brotli is not default methods of 7-zip, so these archives are considered
not to be compatible with original 7-zip on windows/p7zip on linux/mac.
* Enhanced Deflate is also known as `DEFLATE64` :sup:`TM` that is a registered trademark of `PKWARE, Inc.`
* Enhanced Deflate is also known as ``DEFLATE64`` :sup:`TM` that is a registered trademark of ``PKWARE, Inc.``
* Enhanced Deflate is tested only on CPython. It is disabled on PyPy.

Not supported algorithms
Expand Down

0 comments on commit 3d0bf3c

Please sign in to comment.