Chromium Code Reviews| 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 |