Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index c8c7e6fbcccd206f617af63c48f25fba2637ae64..f9c206f27e5bdf54047776bec99823f74ee001ea 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,9 @@ |
| +### 0.12.0-beta.6 |
| + |
| +* Add the ability to run multiple test suites concurrently. By default a number |
| + of concurrent test suites will be run equal to half the machine's processors; |
| + this can be controlled with the `--concurrency` flag. |
| + |
| ### 0.12.0-beta.5 |
| * Add a `--pub-serve` flag that runs tests against a `pub serve` instance. |