intent to remove legacy debug protocol

BUG=
R=johnmccutchan@google.com

Review URL: https://codereview.chromium.org//1378643003 .
This commit is contained in:
Seth Ladd 2015-10-01 10:36:07 -07:00
parent c4d0ff8a4c
commit 28078f3117

View file

@ -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