Skip to content

Commit 8aa00d7

Browse files
committed
changelog 7.0
1 parent 297b6c1 commit 8aa00d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# change log
22

3+
## 7.0
4+
5+
- Preprocess patterns to simplify complicated patterns and reduce
6+
out `..` pattern portions where possible. Note that this means
7+
a pattern like `a/b/../*` will be equivalent to `a/*`, and will
8+
_not_ match the string `a/b/../c`. If this causes problems, it
9+
can be addressed in a patch release by resolving `..` portions
10+
in the test string.
11+
312
## 6.1
413

514
- Handle UNC paths on Windows

0 commit comments

Comments
 (0)