Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 10e4ada8b57b37723990cccffbfbb4fb2d2be4fe..9e6ef1aad1e917cd394f8c1909a42e9ff10c38b7 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -5,7 +5,10 @@ |
| run. |
| * Add `names` and `plain_names` fields to the package configuration file. These |
| - allow users to control which tests are run for the given presets. |
| + allow presets to control which tests are run based on their names. |
| + |
| +* Add `include_tags` and `exclude_tags` fields to the package configuration |
| + file. These allow presets to control which tests are run based on their tags. |
| ## 0.12.12 |