Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: CHANGELOG.md

Issue 1444263002: Add List.filled parameter to CHANGELOG.md. Sort by library name. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d20994dddc4de9cfe8df9530ffc35def63755dd1..781e3c9e8d70b01a896da89a636e20144cec9753 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698