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

Unified Diff: pkg/collection/CHANGELOG.md

Issue 660373002: Add a QueueList class to the collection package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 2 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 | pkg/collection/lib/collection.dart » ('j') | pkg/collection/lib/src/queue_list.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection/CHANGELOG.md
diff --git a/pkg/collection/CHANGELOG.md b/pkg/collection/CHANGELOG.md
index 1ed9863d632bf30f3787bbd3cdf8762b19a72548..6742b4c256c38f2c123a2c5fccf9f47d791a808b 100644
--- a/pkg/collection/CHANGELOG.md
+++ b/pkg/collection/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.1.0
+
+* Add a `QueueList` class that implements both `Queue` and `List`.
+
## 0.9.4
* Add a `CanonicalizedMap` class that canonicalizes its keys to provide a custom
« no previous file with comments | « no previous file | pkg/collection/lib/collection.dart » ('j') | pkg/collection/lib/src/queue_list.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698