Skip to content

Commit

Permalink
Prepare to release 1.14.0. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Mar 26, 2017
1 parent 546123b commit 6ae4679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: collection
version: 1.14.0-dev
version: 1.14.0
author: Dart Team <misc@dartlang.org>
description: Collections and utilities functions and classes related to collections.
homepage: https://www.github.com/dart-lang/collection
Expand Down

0 comments on commit 6ae4679

Please sign in to comment.