| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index e6e269570d09d0a95f98b04e8e7e43da7f960cbc..f8fd006163d4ae8befe18629c326bb9815f16c7c 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,5 +1,10 @@
|
| ## 1.13.0
|
|
|
| +* `dart:async`
|
| + * `StreamTransformer` instances created with `fromHandlers` with no
|
| + `handleError` callback now forward stack traces along with errors to the
|
| + resulting streams.
|
| +
|
| * `dart:core`
|
| * `Uri` added `removeFragment` method.
|
| * `String.allMatches` (implementing `Pattern.allMatches`) is now lazy,
|
| @@ -11,11 +16,6 @@
|
| The `HttpServer` still gracefully receives fragments, but discards them
|
| before delivering the request.
|
|
|
| -* `dart:async`
|
| - * `StreamTransformer`s created with `fromHandlers` with no `handleError`
|
| - callback now forward stack traces along with errors to the resulting
|
| - streams.
|
| -
|
| ### Tool changes
|
|
|
| * `docgen` and 'dartdocgen' no longer ship in the sdk. The `docgen` sources have
|
|
|