Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: CHANGELOG.md

Issue 1376993005: sort and format changelog (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698