Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 01da16bfc64ea2137cf33414ae1d2eb6605d09e5..559e8104532f2a99cf72aa84d07fa4600950457f 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,4 +1,9 @@ |
| -## 1.5.2 |
| +## 1.6.0 |
| + |
| +* Add a `UnionSet` class that provides a view of the union of a set of sets. |
| + |
| +* Add a `UnionSetController` class that provides a convenient way to manage the |
| + contents of a `UnionSet`. |
| * Fix another incorrectly-declared generic type. |