Update CHANGELOG.md for recent dart:io additions

R=kevmoo@google.com

Review-Url: https://codereview.chromium.org/2819383003 .
This commit is contained in:
Zachary Anderson 2017-04-18 08:39:21 -07:00
parent f3fd6d5e44
commit 63ffa88171

View file

@ -7,7 +7,10 @@
### Core library changes
* `dart:io`
* Added `Platform.localeName`.
* Added `Platform.localeName`, needed for accessing the locale on platforms
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.
### Dart VM