Add List.filled parameter to CHANGELOG.md. Sort by library name.

R=kevmoo@google.com, mit@google.com

Review URL: https://codereview.chromium.org/1444263002 .
This commit is contained in:
Lasse R.H. Nielsen 2015-11-18 13:34:19 +01:00
parent 4ed3afeb5e
commit 517a443481

View file

@ -1,17 +1,18 @@
## 1.14.0
### Core library changes
* `dart:math`
* `Random` added a `secure` constructor returning a cryptographically secure
random generator which reads from the entropy source provided by the
embedder for every generated random value.
* `dart:convert`
* `Base64Decoder.convert` now takes optional `start` and `end` parameters.
* `dart:core`
* Added `Uri.data` getter for `data:` URIs, and `UriData` class for the
return type.
* Added `growable` parameter to `List.filled` constructor.
* `dart:convert`
* `Base64Decoder.convert` now takes optional `start` and `end` parameters.
* `dart:math`
* `Random` added a `secure` constructor returning a cryptographically secure
random generator which reads from the entropy source provided by the
embedder for every generated random value.
* `dart:io`
* `Platform` added an `isiOS` getter and `Platform.operatingSystem` may now