Skip to content

Commit

Permalink
changelog updates
Browse files Browse the repository at this point in the history
Fix: #467
  • Loading branch information
isaacs committed Apr 12, 2022
1 parent 55ebc0b commit 7eab927
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 8.0

- Only support node v12 and higher

## 7.2

- Add fs option to allow passing virtual filesystem

## 7.1

- Ignore stat errors that are not `ENOENT` to work around Windows issues.
- Support using root and absolute options together
- Bring back lumpy space princess
- force 'en' locale in string sorting

## 7.0

- Raise error if `options.cwd` is specified, and not a directory
Expand Down

0 comments on commit 7eab927

Please sign in to comment.