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

Unified Diff: CHANGELOG.md

Issue 1319783003: Add static ensure() methods to unmodifiable views. Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | sdk/lib/collection/collections.dart » ('j') | sdk/lib/collection/collections.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 2a6a72879ccf96484f0a1aa551dbd4cd610ff298..00c023ce107df3f18bf15494524a4bb9028eaf8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,11 @@
The `HttpServer` still gracefully receives fragments, but discards them
before delivering the request.
+* `dart:collection`
+ * Added static `ensure()` methods to `UnmodifiableListView` and
+ `UnmodifiableMapView`, which avoid re-wrapping lists and maps that are
+ already unmodifiable.
+
## 1.12.0
### Language changes
« no previous file with comments | « no previous file | sdk/lib/collection/collections.dart » ('j') | sdk/lib/collection/collections.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698