Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 99ade249ffecf0325d0367d51b2f8fcc1c0ae411..cb5493c428eb2ed76be57d4a16b095ab7cf826f6 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,3 +1,12 @@ |
+### 0.12.0-beta.8 |
+ |
+* Add support for configuring timeouts on a test, group, and suite basis. Test |
+ and group timeouts are configured with the `timeout` named argument; suites |
+ are configured using the `@Timeout` annotation. See [the README][timeout] for |
+ more information. |
+ |
+[timeout]: https://github.com/dart-lang/test/blob/master/README.md#timeouts |
+ |
### 0.12.0-beta.7 |
* Browser tests can now load assets by making HTTP requests to the corresponding |