From b7be77cf9291d6ff4596f472ed7a3bcf2eb8cfd1 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 2 Dec 2016 10:28:42 -0800 Subject: [PATCH] update docs on dart:developer Service class R=johnmccutchan@google.com Review URL: https://codereview.chromium.org/2544153003 . --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90703add1c..8b6290dc4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,8 +20,11 @@ * `dart:core`: `Set.difference` now takes a `Set` as argument. -* `dart:developer`: - * The service protocol http server can now be controlled from Dart code. +* `dart:developer` + + * Added `Service` class. + * Allows inspecting and controlling the VM service protocol HTTP server. + * Provides an API to access the ID of an `Isolate`. ### Tool changes