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

Side by Side Diff: CHANGELOG.md

Issue 1416683002: Update CHANGELOG.md with Random.secure for 1.14. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.14.0
2
3 ### Core library changes
4 * `dart:math`
5 * `Random` added a `secure` constructor returning a cryptographically secure
6 random generator which reads from the entropy source provided by the
7 embedder for every generated random value.
8
1 ## 1.13.0 9 ## 1.13.0
2 10
3 ### Core library changes 11 ### Core library changes
4 * `dart:async` 12 * `dart:async`
5 * `StreamTransformer` instances created with `fromHandlers` with no 13 * `StreamTransformer` instances created with `fromHandlers` with no
6 `handleError` callback now forward stack traces along with errors to the 14 `handleError` callback now forward stack traces along with errors to the
7 resulting streams. 15 resulting streams.
8 16
9 * `dart:core` 17 * `dart:core`
10 * `Uri` added `removeFragment` method. 18 * `Uri` added `removeFragment` method.
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 they will keep the Dart process alive until they time out. This fixes the 570 they will keep the Dart process alive until they time out. This fixes the
563 handling of persistent connections. Previously, the client would shut down 571 handling of persistent connections. Previously, the client would shut down
564 immediately after a request. 572 immediately after a request.
565 573
566 * **Breaking change:** `HttpServer` no longer compresses all traffic by 574 * **Breaking change:** `HttpServer` no longer compresses all traffic by
567 default. The new `autoCompress` property can be set to `true` to re-enable 575 default. The new `autoCompress` property can be set to `true` to re-enable
568 compression. 576 compression.
569 577
570 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 578 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
571 which controls how it resolves `package:` URIs. 579 which controls how it resolves `package:` URIs.
OLDNEW
« 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