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

Side by Side Diff: CHANGELOG.md

Issue 2202923004: Update changelog with stable patch 1.18.1 (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 | 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.19.0 1 ## 1.19.0
2 2
3 ### Tool Changes 3 ### Tool Changes
4 4
5 * `dartfmt` - upgraded to v0.2.9 5 * `dartfmt` - upgraded to v0.2.9
6 * Support trailing commas in argument and parameter lists. 6 * Support trailing commas in argument and parameter lists.
7 * Gracefully handle read-only files. 7 * Gracefully handle read-only files.
8 * About a dozen other bug fixes. 8 * About a dozen other bug fixes.
9 9
10 * Pub 10 * Pub
(...skipping 23 matching lines...) Expand all
34 * Fixed a bug where packages from a hosted HTTP URL were considered the same 34 * Fixed a bug where packages from a hosted HTTP URL were considered the same
35 as packages from an otherwise-identical HTTPS URL. 35 as packages from an otherwise-identical HTTPS URL.
36 36
37 * Fixed timer formatting for timers that lasted longer than a minute. 37 * Fixed timer formatting for timers that lasted longer than a minute.
38 38
39 * Eliminate some false negatives when determining whether global executables 39 * Eliminate some false negatives when determining whether global executables
40 are on the user's executable path. 40 are on the user's executable path.
41 41
42 [Flutter]: https://flutter.io/ 42 [Flutter]: https://flutter.io/
43 43
44 ## 1.18.0 44 ## 1.18.1 - 2016-08-02
45
46 Patch release, resolves two issues and improves performance:
47
48 * Debugger: Fixes a bug that crashes the VM
49 (SDK issue [26941](https://github.com/dart-lang/sdk/issues/26941))
50
51 * VM: Fixes an optimizer bug involving closures, try, and await
52 (SDK issue [26948](https://github.com/dart-lang/sdk/issues/26948))
53
54 * Dart2js: Speeds up generated code on Firefox
55 (https://codereview.chromium.org/2180533002)
56
57 ## 1.18.0 - 2016-07-27
45 58
46 ### Core library changes 59 ### Core library changes
47 60
48 * `dart:io` 61 * `dart:io`
49 * Adds file locking modes `FileLock.BLOCKING_SHARED` and 62 * Adds file locking modes `FileLock.BLOCKING_SHARED` and
50 `FileLock.BLOCKING_EXCLUSIVE`. 63 `FileLock.BLOCKING_EXCLUSIVE`.
51 64
52 ## 1.17.1 - 2016-06-10 65 ## 1.17.1 - 2016-06-10
53 66
54 Patch release, resolves two issues: 67 Patch release, resolves two issues:
(...skipping 1022 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 1090 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 1091 handling of persistent connections. Previously, the client would shut down
1079 immediately after a request. 1092 immediately after a request.
1080 1093
1081 * **Breaking change:** `HttpServer` no longer compresses all traffic by 1094 * **Breaking change:** `HttpServer` no longer compresses all traffic by
1082 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
1083 compression. 1096 compression.
1084 1097
1085 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 1098 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
1086 which controls how it resolves `package:` URIs. 1099 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