Skip to content

Commit

Permalink
Finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 14, 2023
1 parent 9d6e639 commit 5f03323
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v3.16.2
=======

Bugfixes
--------

- In ``Path.match``, Windows path separators are no longer honored. The fact that they were was incidental and never supported. (#92)
- Fixed name/suffix/suffixes/stem operations when no filename is present and the Path is not at the root of the zipfile. (#96)
- Reworked glob utilizing the namelist directly. (#101)


v3.16.1
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/101.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/92.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/96.bugfix.rst

This file was deleted.

0 comments on commit 5f03323

Please sign in to comment.