Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 9bd49678d9defc903bcaeadddd3d4b97f2a3b924..9c5413c58d1be3a9c023ae2c31a5690eae818c2e 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,5 +1,8 @@ |
| ##0.11.6 |
| +* Merge in the last `0.11.0` release of `matcher` to allow projects to use both |
|
nweiz
2015/05/07 23:06:58
"0.11.0" -> "0.11.x"
kevmoo
2015/05/07 23:11:38
Done.
|
| + `test` and `unittest` without conflicts. |
| + |
| * Fix running individual tests with `HtmlIndividualConfiguration` when the test |
| name contains URI-escaped values and is provided with the `group` query |
| parameter. |