Chromium Code Reviews| Index: pkg/unittest/CHANGELOG.md |
| diff --git a/pkg/unittest/CHANGELOG.md b/pkg/unittest/CHANGELOG.md |
| index ff438f6486c63d6c5490a27223b4519a274e416d..170b5c7525fb1e9cfe0a2cdfc783f99ddc3ce216 100644 |
| --- a/pkg/unittest/CHANGELOG.md |
| +++ b/pkg/unittest/CHANGELOG.md |
| @@ -1,3 +1,8 @@ |
| +##0.11.1 |
| + |
| +* Add `reason` named argument to `expectAsync` and `expectAsyncUntil`, which has |
| + the same definition as `expect`'s `reason` argument. |
| + |
| ##0.11.0+6 |
| * Refactored package tests. |