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

Unified Diff: CHANGELOG.md

Issue 2819383003: Update CHANGELOG.md for recent dart:io additions (Closed)
Patch Set: Fix quotes Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 246376533ab38c65343861fce2d02498b15f473f..ef965e1e09b7310872dd317de79fafd70ad00bf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
« 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