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

Side by Side Diff: CHANGELOG.md

Issue 2213533002: Enter a description of the change. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 | runtime/bin/io_natives.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.19.0 1 ## 1.19.0
2 2
3 ### Core library changes
4
5 * `dart:io`
6 * Report a better error when a bind fails because of a bad source address.
7
8 ### Tool Changes 3 ### Tool Changes
9 4
10 * `dartfmt` - upgraded to v0.2.9 5 * `dartfmt` - upgraded to v0.2.9
11 * Support trailing commas in argument and parameter lists. 6 * Support trailing commas in argument and parameter lists.
12 * Gracefully handle read-only files. 7 * Gracefully handle read-only files.
13 * About a dozen other bug fixes. 8 * About a dozen other bug fixes.
14 9
15 * Pub 10 * Pub
16 * Added the ability for packages to declare a constraint on the [Flutter][] 11 * Added the ability for packages to declare a constraint on the [Flutter][]
17 SDK: 12 SDK:
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 they will keep the Dart process alive until they time out. This fixes the 1090 they will keep the Dart process alive until they time out. This fixes the
1096 handling of persistent connections. Previously, the client would shut down 1091 handling of persistent connections. Previously, the client would shut down
1097 immediately after a request. 1092 immediately after a request.
1098 1093
1099 * **Breaking change:** `HttpServer` no longer compresses all traffic by 1094 * **Breaking change:** `HttpServer` no longer compresses all traffic by
1100 default. The new `autoCompress` property can be set to `true` to re-enable 1095 default. The new `autoCompress` property can be set to `true` to re-enable
1101 compression. 1096 compression.
1102 1097
1103 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 1098 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
1104 which controls how it resolves `package:` URIs. 1099 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698