From 0065fcaae325de5ce70d91393cab40ab6f65d752 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 6 Apr 2019 01:24:05 +0300 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16211c3..db3a72d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Change Log ---------- [See release notes page on GitHub](https://github.com/micromatch/anymatch/releases) -- **v3.0:**: Removed startIndex and endIndex arguments. Made function more strict. +- **v3.0:**: `testString` can no longer be an Array. Removed `startIndex` and `endIndex` arguments. - **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). - **v1.2:** anymatch uses [micromatch](https://github.com/jonschlinkert/micromatch) for glob pattern matching. Issues with glob pattern matching should be