Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: CHANGELOG.md

Issue 1873373002: Add GroupSet and SetGroup classes. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: a few more docs Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/collection.dart » ('j') | lib/src/group_set.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | lib/collection.dart » ('j') | lib/src/group_set.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698