From 28078f311712590ae1216a6181bbce80a0f4d60d Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Thu, 1 Oct 2015 10:36:07 -0700 Subject: [PATCH] intent to remove legacy debug protocol BUG= R=johnmccutchan@google.com Review URL: https://codereview.chromium.org//1378643003 . --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8fd006163d..235a21a0e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 1.13.0 +### Core library changes * `dart:async` * `StreamTransformer` instances created with `fromHandlers` with no `handleError` callback now forward stack traces along with errors to the @@ -21,6 +22,9 @@ * `docgen` and 'dartdocgen' no longer ship in the sdk. The `docgen` sources have been removed from the repository. +* This is the last release to ship the VM's "legacy debug protocol". + We intend to remove the legacy debug protocol in Dart VM 1.14. + ## 1.12.0 ### Language changes