From f6881162fec9a9105515d44288927c74d58e45b9 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 27 Apr 2017 13:16:26 -0700 Subject: [PATCH] Updated CHANGELOG.md to include addition of RawSynchronousSocket. Fix issue #29485. BUG= R=zra@google.com Review-Url: https://codereview.chromium.org/2849603002 . --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab61a352a2d..8562f03d698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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