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