Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 4dd195dac323c464989d63e179dd11e737b242e5..4be1df862e91e6624f0fc2851cb00b10ae7c8260 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+1 |
|
kevmoo
2016/01/07 21:34:00
you might could clean up the rebase here
...+2, r
nweiz
2016/01/07 21:47:40
I have no idea why this showed up in the diff, sin
|
| + |
| +* 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 |