sort and format changelog

R=mit@google.com

Review URL: https://codereview.chromium.org//1376993005 .
This commit is contained in:
Kevin Moore 2015-10-01 09:58:49 -07:00
parent 9d48af9ee3
commit 87c694918d

View file

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