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

Side by Side Diff: CHANGELOG.md

Issue 2220963002: Add trailing comma support to changelog (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix formatting 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 | 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 git ## 1.19.0 1 ## 1.19.0
2 2
3 ### Language changes 3 ### Language changes
4 4
5 * The language now allows a trailing comma after the last argument of a call and 5 * The language now allows a trailing comma after the last argument of a call and
6 the last parameter of a function declaration. This can make long argument or 6 the last parameter of a function declaration. This can make long argument or
7 parameter lists easier to maintain, as commas can be left as-is when 7 parameter lists easier to maintain, as commas can be left as-is when
8 reordering lines. For details, see SDK issue 8 reordering lines. For details, see SDK issue
9 [26644](https://github.com/dart-lang/sdk/issues/26644). 9 [26644](https://github.com/dart-lang/sdk/issues/26644).
10 10
11 ### Core library changes 11 ### Core library changes
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 they will keep the Dart process alive until they time out. This fixes the 1163 they will keep the Dart process alive until they time out. This fixes the
1164 handling of persistent connections. Previously, the client would shut down 1164 handling of persistent connections. Previously, the client would shut down
1165 immediately after a request. 1165 immediately after a request.
1166 1166
1167 * **Breaking change:** `HttpServer` no longer compresses all traffic by 1167 * **Breaking change:** `HttpServer` no longer compresses all traffic by
1168 default. The new `autoCompress` property can be set to `true` to re-enable 1168 default. The new `autoCompress` property can be set to `true` to re-enable
1169 compression. 1169 compression.
1170 1170
1171 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 1171 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
1172 which controls how it resolves `package:` URIs. 1172 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