| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index e6e269570d09d0a95f98b04e8e7e43da7f960cbc..e61895eecb9bab4313a5c083b7ec6e61f161efa8 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,5 +1,7 @@
|
| ## 1.13.0
|
|
|
| +### Core library changes
|
| +
|
| * `dart:core`
|
| * `Uri` added `removeFragment` method.
|
| * `String.allMatches` (implementing `Pattern.allMatches`) is now lazy,
|
| @@ -21,6 +23,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
|
|
|