Skip to content

Commit 8c91e61

Browse files
committed
Clarify changelog.
1 parent 2524236 commit 8c91e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ matcher('path/anyjs/baz.js', true); // 1
7272
['foo.js', 'bar.js'].filter(matcher); // ['foo.js']
7373
```
7474

75-
Change Log
75+
Changelog
7676
----------
7777
[See release notes page on GitHub](https://github.com/micromatch/anymatch/releases)
7878

79-
- **v3.0:**: Removed `startIndex` and `endIndex` arguments.
79+
- **v3.0:**: Removed `startIndex` and `endIndex` arguments. Node 8.x-only.
8080
- **v2.0:** [micromatch](https://github.com/jonschlinkert/micromatch) moves away from minimatch-parity and inline with Bash. This includes handling backslashes differently (see https://github.com/micromatch/micromatch#backslashes for more information).
8181
- **v1.2:** anymatch uses [micromatch](https://github.com/jonschlinkert/micromatch)
8282
for glob pattern matching. Issues with glob pattern matching should be

0 commit comments

Comments
 (0)