* 250: Now ``Traversable.joinpath`` provides a concrete implementation, replacing the implementation in ``.simple`` and converging with the behavior in ``MultiplexedPath``.
5.7.1
======
* 249: In ``simple.ResourceContainer.joinpath``, honor names split by ``posixpath.sep``.
5.7.0
======
* 248: ``abc.Traversable.joinpath`` now allows for multiple arguments and specifies that ``posixpath.sep`` is allowed in any argument to accept multiple arguments, matching the behavior found in ``zipfile.Path`` and ``pathlib.Path``.
``simple.ResourceContainer`` now honors this behavior.
5.6.0
======
* 244: Add type declarations in ABCs.
5.5.0
======
* Require Python 3.7 or later. * 243: Fix error when no ``__pycache__`` directories exist when testing ``update-zips``.
5.4.0
======
* 80: Test suite now relies entirely on the traversable API.