Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 4dd195dac323c464989d63e179dd11e737b242e5..cdabaf501356af5624a0bbbf99e778fb5ec67f63 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,5 +1,9 @@ |
## 0.12.7 |
+* Add the ability to re-run tests while debugging. When the browser is paused at |
+ a breakpoint, the test runner will open an interactive console on the command |
+ line that can be used to restart the test. |
+ |
* Add the ability to tag tests. Tests with specific tags may be run by passing |
the `--tags` command-line argument, or excluded by passing the |
`--exclude-tags` parameter. |
@@ -11,6 +15,14 @@ |
[focusing]: http://jasmine.github.io/2.1/focused_specs.html |
[issue 16]: https://github.com/dart-lang/test/issues/16 |
+## 0.12.6+2 |
+ |
+* Declare compatibility with `http_parser` 2.0.0. |
+ |
+## 0.12.6+1 |
+ |
+* Declare compatibility with `http_multi_server` 2.0.0. |
+ |
## 0.12.6 |
* Add a machine-readable JSON reporter. For details, see |