Chromium Code Reviews| Index: pkg/path/CHANGELOG.md |
| diff --git a/pkg/path/CHANGELOG.md b/pkg/path/CHANGELOG.md |
| index 9b5520b3ed89a037b83fe766f799164da7b5a4ba..59f38931a990e00ca82fd82f0909225e872b5d3c 100644 |
| --- a/pkg/path/CHANGELOG.md |
| +++ b/pkg/path/CHANGELOG.md |
| @@ -1,3 +1,8 @@ |
| +## 1.3.0 |
| + |
| +* Expose a top-level `context` field that provides access to a `Context` object |
| + for the current system. |
| + |
| ## 1.2.3 |
| * Don't cache path Context based on cwd, as cwd involves a system-call to |