Chromium Code Reviews| Index: pkg/glob/CHANGELOG.md |
| diff --git a/pkg/glob/CHANGELOG.md b/pkg/glob/CHANGELOG.md |
| deleted file mode 100644 |
| index 4a1e3528d20277c2d8f97d4284bf9f682af24bc2..0000000000000000000000000000000000000000 |
| --- a/pkg/glob/CHANGELOG.md |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -## 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. |