Skip to content

Commit

Permalink
changelog 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 20, 2023
1 parent 297b6c1 commit 8aa00d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# change log

## 7.0

- Preprocess patterns to simplify complicated patterns and reduce
out `..` pattern portions where possible. Note that this means
a pattern like `a/b/../*` will be equivalent to `a/*`, and will
_not_ match the string `a/b/../c`. If this causes problems, it
can be addressed in a patch release by resolving `..` portions
in the test string.

## 6.1

- Handle UNC paths on Windows
Expand Down

0 comments on commit 8aa00d7

Please sign in to comment.