| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 56507bd3fb78581d1b0621d9b13bfb4b8360a9c5..61659e044ffc664060034f28afb7fed0c8a59f7c 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,11 @@
|
| +## 0.13.0
|
| +
|
| +* Deprecate `expectAsync` and `expectAsyncUntil`, since they currently can't be
|
| + made to work cleanly in strong mode. They are replaced with separate methods
|
| + for each number of callback arguments:
|
| + * `expectAsync0`, `expectAsync1`, ... `expectAsync6`, and
|
| + * `expectAsyncUntil0`, `expectAsyncUntil1`, ... `expectAsyncUntil6`.
|
| +
|
| ## 0.12.16
|
|
|
| * Allow tools to interact with browser debuggers using the JSON reporter.
|
|
|