Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 9d1ecc212414d54af04678ec6b66340a826dd207..91e3790ca294b3490276c2336345cf6ca4cf9bbe 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -3,6 +3,9 @@ |
| * Add a `skip` parameter to `expect()`. Marking a single expect as skipped will |
| cause the test itself to be marked as skipped. |
| +* Add a `--run-skipped` parameter and `run_skipped` configuration field that |
| + cause tests to be run even if they're marked as skipped. |
| + |
| ## 0.12.14+1 |
| * Narrow the constraint on `yaml`. |