From 8a17e814bc44aa2cf43bfee69260d85043870fd3 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 13 Apr 2022 08:29:39 -0400 Subject: [PATCH] Update changelog. Ref #248. --- CHANGES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b389872..290694e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +v5.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. + v5.6.0 ======