Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 023abd435ea94ea3574731c8b0275527a2fa1a75..08eaff4380bbd906e5318369c91ac639432c35f1 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,10 @@ |
| +## 1.6.0 |
| + |
| +* Add a `GroupSet` class that provides a view of the union of a set of sets. |
| + |
| +* Add a `SetGroup` class that provides a convenient way to manage the contents |
| + of a `GroupSet`. |
| + |
| ## 1.5.1 |
| * Fix an incorrectly-declared generic type. |