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

Side by Side Diff: CHANGELOG.md

Issue 2205913003: Better error-message when bind fails. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update Changelog. 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') | runtime/bin/socket_linux.cc » ('J')
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
3 ### Tool Changes 8 ### Tool Changes
4 9
5 * `dartfmt` - upgraded to v0.2.9 10 * `dartfmt` - upgraded to v0.2.9
6 * Support trailing commas in argument and parameter lists. 11 * Support trailing commas in argument and parameter lists.
7 * Gracefully handle read-only files. 12 * Gracefully handle read-only files.
8 * About a dozen other bug fixes. 13 * About a dozen other bug fixes.
9 14
10 * Pub 15 * Pub
11 * Added the ability for packages to declare a constraint on the [Flutter][] 16 * Added the ability for packages to declare a constraint on the [Flutter][]
12 SDK: 17 SDK:
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 they will keep the Dart process alive until they time out. This fixes the 1082 they will keep the Dart process alive until they time out. This fixes the
1078 handling of persistent connections. Previously, the client would shut down 1083 handling of persistent connections. Previously, the client would shut down
1079 immediately after a request. 1084 immediately after a request.
1080 1085
1081 * **Breaking change:** `HttpServer` no longer compresses all traffic by 1086 * **Breaking change:** `HttpServer` no longer compresses all traffic by
1082 default. The new `autoCompress` property can be set to `true` to re-enable 1087 default. The new `autoCompress` property can be set to `true` to re-enable
1083 compression. 1088 compression.
1084 1089
1085 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 1090 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
1086 which controls how it resolves `package:` URIs. 1091 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | runtime/bin/socket_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698