57 and bpo-40564: Mutate the passed ZipFile object type instead of making a copy. Prevents issues when both the local copy and the caller's copy attempt to close the same file handle.
56 and bpo-41035: ``Path._next`` now honors subclasses.
55: ``Path.is_file()`` now returns False for non-existent names.
3.1.0
Not secure
======
47: ``.open`` now raises ``FileNotFoundError`` and ``IsADirectoryError`` when appropriate.
3.0.0
Not secure
======
44: Merge with v1.2.0.
2.2.1
Not secure
======
43: Merge with v1.1.1.
2.2.0
Not secure
======
36: Rebuild package with minimum Python version declared both in package metadata and in the python tag.