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

Side by Side Diff: CHANGELOG.md

Issue 2086613003: Add fast-mode Uri class. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add changelog. Fix code depending on now fixed bug in Uri.resolve. Created 4 years, 5 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 | tests/compiler/dart2js/compiler_helper.dart » ('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.18.0 1 ## 1.18.0
2 2
3 ### Core library changes 3 ### Core library changes
4 4
5 * `dart:core`
6 * Improved performance when parsing some common URIs.
7 * Fixed bug in `Uri.resolve` (SDK issue [26804](https://github.com/dart-lang/s dk/issues/26804)).
5 * `dart:io` 8 * `dart:io`
6 * Adds file locking modes `FileLock.BLOCKING_SHARED` and 9 * Adds file locking modes `FileLock.BLOCKING_SHARED` and
7 `FileLock.BLOCKING_EXCLUSIVE`. 10 `FileLock.BLOCKING_EXCLUSIVE`.
8 11
9 ## 1.17.1 - 2016-06-10 12 ## 1.17.1 - 2016-06-10
10 13
11 Patch release, resolves two issues: 14 Patch release, resolves two issues:
12 15
13 * VM: Fixes a bug that caused crashes in async functions. 16 * VM: Fixes a bug that caused crashes in async functions.
14 (SDK issue [26668](https://github.com/dart-lang/sdk/issues/26668)) 17 (SDK issue [26668](https://github.com/dart-lang/sdk/issues/26668))
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 they will keep the Dart process alive until they time out. This fixes the 1037 they will keep the Dart process alive until they time out. This fixes the
1035 handling of persistent connections. Previously, the client would shut down 1038 handling of persistent connections. Previously, the client would shut down
1036 immediately after a request. 1039 immediately after a request.
1037 1040
1038 * **Breaking change:** `HttpServer` no longer compresses all traffic by 1041 * **Breaking change:** `HttpServer` no longer compresses all traffic by
1039 default. The new `autoCompress` property can be set to `true` to re-enable 1042 default. The new `autoCompress` property can be set to `true` to re-enable
1040 compression. 1043 compression.
1041 1044
1042 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 1045 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
1043 which controls how it resolves `package:` URIs. 1046 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | tests/compiler/dart2js/compiler_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698