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

Side by Side Diff: CHANGELOG.md

Issue 2764943002: Fix some strong mode issues in the core libraries. (Closed)
Patch Set: Rebase Created 3 years, 7 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 | sdk/lib/async/stream.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.24.0 1 ## 1.24.0
2 2
3 ### Core library changes
4 * `dart:convert`
5 * Removed deprecated `ChunkedConverter` class.
6
7
3 ### Language 8 ### Language
4 9
5 #### Strong Mode 10 #### Strong Mode
6 11
7 ### Core library changes 12 ### Core library changes
8 13
9 * `dart:io` 14 * `dart:io`
10 * Added `Platform.localeName`, needed for accessing the locale on platforms 15 * Added `Platform.localeName`, needed for accessing the locale on platforms
11 that don't store it in an environment variable. 16 that don't store it in an environment variable.
12 * Added `ProcessInfo.currentRss` and `ProcessInfo.maxRss` for inspecting 17 * Added `ProcessInfo.currentRss` and `ProcessInfo.maxRss` for inspecting
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 they will keep the Dart process alive until they time out. This fixes the 1883 they will keep the Dart process alive until they time out. This fixes the
1879 handling of persistent connections. Previously, the client would shut down 1884 handling of persistent connections. Previously, the client would shut down
1880 immediately after a request. 1885 immediately after a request.
1881 1886
1882 * **Breaking change:** `HttpServer` no longer compresses all traffic by 1887 * **Breaking change:** `HttpServer` no longer compresses all traffic by
1883 default. The new `autoCompress` property can be set to `true` to re-enable 1888 default. The new `autoCompress` property can be set to `true` to re-enable
1884 compression. 1889 compression.
1885 1890
1886 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 1891 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
1887 which controls how it resolves `package:` URIs. 1892 which controls how it resolves `package:` URIs.
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/async/stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698