Index: packages/glob/CHANGELOG.md |
diff --git a/packages/glob/CHANGELOG.md b/packages/glob/CHANGELOG.md |
index f8c00bc887033d6c70b782013288cfdbfabd6f97..3d440e8b9a8f5638e6aa6ac827f510d9b53f1e98 100644 |
--- a/packages/glob/CHANGELOG.md |
+++ b/packages/glob/CHANGELOG.md |
@@ -1,3 +1,25 @@ |
+## 1.1.3 |
+ |
+* Support `string_scanner` 1.0.0. |
+ |
+## 1.1.2 |
+ |
+* Fix all strong mode errors and warnings. |
+ |
+## 1.1.1 |
+ |
+* Fix a bug where listing an absolute glob with `caseInsensitive: false` failed. |
+ |
+## 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 |