From 6ae4679980bf4720aadb00cf3dd0c663102a67ad Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Sun, 26 Mar 2017 10:48:26 -0700 Subject: [PATCH] Prepare to release 1.14.0. (#54) --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97792cd..99481ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 1.14.0 * Add `CombinedListView`, a view of several lists concatenated together. +* Add `CombinedIterableView`, a view of several iterables concatenated together. +* Add `CombinedMapView`, a view of several maps concatenated together. ## 1.13.0 diff --git a/pubspec.yaml b/pubspec.yaml index 5060112..052fb98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: collection -version: 1.14.0-dev +version: 1.14.0 author: Dart Team description: Collections and utilities functions and classes related to collections. homepage: https://www.github.com/dart-lang/collection