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

Side by Side Diff: CHANGELOG.md

Issue 2849603002: Updated CHANGELOG.md to include addition of RawSynchronousSocket. Fix issue #29485. (Closed)
Patch Set: 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 | 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.24.0 1 ## 1.24.0
2 2
3 ### Language 3 ### Language
4 4
5 #### Strong Mode 5 #### Strong Mode
6 6
7 ### Core library changes 7 ### Core library changes
8 8
9 * `dart:io` 9 * `dart:io`
10 * Added `Platform.localeName`, needed for accessing the locale on platforms 10 * Added `Platform.localeName`, needed for accessing the locale on platforms
11 that don't store it in an environment variable. 11 that don't store it in an environment variable.
12 * Added `ProcessInfo.currentRss` and `ProcessInfo.maxRss` for inspecting 12 * Added `ProcessInfo.currentRss` and `ProcessInfo.maxRss` for inspecting
13 the Dart VM process current and peak resident set size. 13 the Dart VM process current and peak resident set size.
14 * Added 'RawSynchronousSocket', a basic synchronous socket implementation.
14 15
15 ### Dart VM 16 ### Dart VM
16 17
17 ### Tool Changes 18 ### Tool Changes
18 19
19 * Pub 20 * Pub
20 * `pub build` will use a failing exit code if there are errors in any 21 * `pub build` will use a failing exit code if there are errors in any
21 transformer. 22 transformer.
22 * Allow publishing packages that depend on the Flutter SDK. 23 * Allow publishing packages that depend on the Flutter SDK.
23 24
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 they will keep the Dart process alive until they time out. This fixes the 1878 they will keep the Dart process alive until they time out. This fixes the
1878 handling of persistent connections. Previously, the client would shut down 1879 handling of persistent connections. Previously, the client would shut down
1879 immediately after a request. 1880 immediately after a request.
1880 1881
1881 * **Breaking change:** `HttpServer` no longer compresses all traffic by 1882 * **Breaking change:** `HttpServer` no longer compresses all traffic by
1882 default. The new `autoCompress` property can be set to `true` to re-enable 1883 default. The new `autoCompress` property can be set to `true` to re-enable
1883 compression. 1884 compression.
1884 1885
1885 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument, 1886 * `dart:isolate`: `Isolate.spawnUri` added the optional `packageRoot` argument,
1886 which controls how it resolves `package:` URIs. 1887 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