Index: pkg/unittest/CHANGELOG.md |
diff --git a/pkg/unittest/CHANGELOG.md b/pkg/unittest/CHANGELOG.md |
index 15b1929a1d6b1a77fe2961741bc675569139639a..be796e4b0e79eba0af9f73abfe523aab3c3135a3 100644 |
--- a/pkg/unittest/CHANGELOG.md |
+++ b/pkg/unittest/CHANGELOG.md |
@@ -7,6 +7,10 @@ occur is async operations are reported back to the source test case. |
* **DEPRECATED** `guardAsync`, `protectAsync0`, `protectAsync1`, |
and `protectAsync2` |
* Running each test in a `Zone` addresses the need for these methods. |
+* **NEW!** `expectAsync` replaces the now deprecated `expectAsync0`, |
+ `expectAsync1` and `expectAsync2` |
+* **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
+ `expectAsyncUntil1` and `expectAsyncUntil2` |
* `TestCase`: |
* Removed properties: `setUp`, `tearDown`, `testFunction` |
* `enabled` is now get-only |