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

Side by Side Diff: CHANGELOG.md

Issue 2056593003: Update 1.17 release date to actual ship date (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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.17.0 - 2016-06-06 1 ## 1.17.0 - 2016-06-08
2 2
3 ### Core library changes 3 ### Core library changes
4 * `dart:convert` 4 * `dart:convert`
5 * Deprecate `ChunkedConverter` which was erroneously added in 1.16. 5 * Deprecate `ChunkedConverter` which was erroneously added in 1.16.
6 6
7 * `dart:core` 7 * `dart:core`
8 * `Uri.replace` supports iterables as values for the query parameters. 8 * `Uri.replace` supports iterables as values for the query parameters.
9 * `Uri.parseIPv6Address` returns a `Uint8List`. 9 * `Uri.parseIPv6Address` returns a `Uint8List`.
10 10
11 * `dart:io` 11 * `dart:io`
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 they will keep the Dart process alive until they time out. This fixes the 1016 they will keep the Dart process alive until they time out. This fixes the
1017 handling of persistent connections. Previously, the client would shut down 1017 handling of persistent connections. Previously, the client would shut down
1018 immediately after a request. 1018 immediately after a request.
1019 1019
1020 * **Breaking change:** `HttpServer` no longer compresses all traffic by 1020 * **Breaking change:** `HttpServer` no longer compresses all traffic by
1021 default. The new `autoCompress` property can be set to `true` to re-enable 1021 default. The new `autoCompress` property can be set to `true` to re-enable
1022 compression. 1022 compression.
1023 1023
1024 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 1024 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
1025 which controls how it resolves `package:` URIs. 1025 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