Skip to content

Commit 3aee306

Browse files
committed
CHANGES addendum
1 parent 97f90ba commit 3aee306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ Change History
88

99
- `Issue #30`_: Expose what patterns matched paths. Added `util.detailed_match_files()`.
1010
- `Issue #31`_: `match_tree()` doesn't return symlinks.
11+
- `Issue #34`_: Support `pathlib.Path`\ s.
1112
- Add `PathSpec.match_tree_entries` and `util.iter_tree_entries()` to support directories and symlinks.
1213
- API change: `match_tree()` has been renamed to `match_tree_files()`. The old name `match_tree()` is still available as an alias.
1314
- API change: `match_tree_files()` now returns symlinks. This is a bug fix but it will change the returned results.
1415

1516
.. _`Issue #30`: https://github.com/cpburnz/python-path-specification/issues/30
1617
.. _`Issue #31`: https://github.com/cpburnz/python-path-specification/issues/31
18+
.. _`Issue #34`: https://github.com/cpburnz/python-path-specification/issues/34
1719

1820

1921
0.7.0 (2019-12-27)

0 commit comments

Comments
 (0)