* gh-101566: In ``CompleteDirs``, override ``ZipFile.getinfo`` to supply a ``ZipInfo`` for implied dirs.
3.12.0
Not secure
=======
* gh-101144: Honor ``encoding`` as positional parameter to ``Path.open()`` and ``Path.read_text()``.
3.11.0
Not secure
=======
* 85: Added support for new methods on ``Path``:
- ``match`` - ``glob`` and ``rglob`` - ``relative_to`` - ``is_symlink``
3.10.0
Not secure
=======
* ``zipp`` is now a package.
3.9.1
Not secure
======
* Removed 'print' expression in test_pickle.
* bpo-43651: Apply ``io.text_encoding`` on Python 3.10 and later.
3.9.0
Not secure
======
* 81: ``Path`` objects are now pickleable if they've been constructed from pickleable objects. Any restored objects will re-construct the zip file with the original arguments.