| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index f8c00bc887033d6c70b782013288cfdbfabd6f97..eec6f31cc8ffde3f560ca744ee473c59ab2be3df 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,13 @@
|
| +## 1.1.0
|
| +
|
| +* Add a `caseSensitive` named parameter to `new Glob()` that controls whether
|
| + the glob is case-sensitive. This defaults to `false` on Windows and `true`
|
| + elsewhere.
|
| +
|
| + Matching case-insensitively on Windows is a behavioral change, but since it
|
| + more closely matches the semantics of Windows paths it's considered a bug fix
|
| + rather than a breaking change.
|
| +
|
| ## 1.0.5
|
|
|
| * Narrow the dependency on `path`. Previously, this allowed versions that didn't
|
|
|