| Index: mojo/public/dart/third_party/glob/CHANGELOG.md
|
| diff --git a/mojo/public/dart/third_party/glob/CHANGELOG.md b/mojo/public/dart/third_party/glob/CHANGELOG.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f8c00bc887033d6c70b782013288cfdbfabd6f97
|
| --- /dev/null
|
| +++ b/mojo/public/dart/third_party/glob/CHANGELOG.md
|
| @@ -0,0 +1,25 @@
|
| +## 1.0.5
|
| +
|
| +* Narrow the dependency on `path`. Previously, this allowed versions that didn't
|
| + support all the functionality this package needs.
|
| +
|
| +* Upgrade to the new test runner.
|
| +
|
| +## 1.0.4
|
| +
|
| +* Added overlooked `collection` dependency.
|
| +
|
| +## 1.0.3
|
| +
|
| +* Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw
|
| + exceptions when a directory didn't exist on the filesystem.
|
| +
|
| +## 1.0.2
|
| +
|
| +* Fixed `Glob.list()` on Windows.
|
| +
|
| +## 1.0.1
|
| +
|
| +* Fix several analyzer warnings.
|
| +
|
| +* Fix the tests on Windows.
|
|
|