1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-05 09:20:04 +00:00

Updated CHANGELOG.md to include addition of RawSynchronousSocket. Fix issue #29485.

BUG=
R=zra@google.com

Review-Url: https://codereview.chromium.org/2849603002 .
This commit is contained in:
Ben Konyi 2017-04-27 13:16:26 -07:00
parent 8c391c1f14
commit f6881162fe

View File

@ -11,6 +11,7 @@
that don't store it in an environment variable.
* Added `ProcessInfo.currentRss` and `ProcessInfo.maxRss` for inspecting
the Dart VM process current and peak resident set size.
* Added 'RawSynchronousSocket', a basic synchronous socket implementation.
### Dart VM