Changelog: document dart:core Iterable can be extended as of Dart 1.11

Closes https://github.com/dart-lang/sdk/issues/23735

R=lrn@google.com

Review URL: https://codereview.chromium.org//1235643004 .
This commit is contained in:
Kevin Moore 2015-07-14 06:37:06 -07:00
parent 82fbd3382a
commit 8902768e0d

View file

@ -54,6 +54,8 @@
* `dart:core`
* `Iterable` added an `empty` constructor.
[dcf0286](https://github.com/dart-lang/sdk/commit/dcf0286f5385187a68ce9e66318d3bf19abf454b)
* `Iterable` can now be extended directly. An alternative to extending
`IterableBase` from `dart:collection`.
* `List` added an `unmodifiable` constructor.
[r45334](https://code.google.com/p/dart/source/detail?r=45334)
* `Map` added an `unmodifiable` constructor.