File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ Change History
8
8
9
9
- `Issue #30 `_: Expose what patterns matched paths. Added `util.detailed_match_files() `.
10
10
- `Issue #31 `_: `match_tree() ` doesn't return symlinks.
11
+ - `Issue #34 `_: Support `pathlib.Path `\ s.
11
12
- Add `PathSpec.match_tree_entries ` and `util.iter_tree_entries() ` to support directories and symlinks.
12
13
- API change: `match_tree() ` has been renamed to `match_tree_files() `. The old name `match_tree() ` is still available as an alias.
13
14
- API change: `match_tree_files() ` now returns symlinks. This is a bug fix but it will change the returned results.
14
15
15
16
.. _`Issue #30` : https://github.com/cpburnz/python-path-specification/issues/30
16
17
.. _`Issue #31` : https://github.com/cpburnz/python-path-specification/issues/31
18
+ .. _`Issue #34` : https://github.com/cpburnz/python-path-specification/issues/34
17
19
18
20
19
21
0.7.0 (2019-12-27)
You can’t perform that action at this time.
0 commit comments