diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e269570d0..f8fd006163d 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