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

Unified Diff: CHANGELOG.md

Issue 1272593002: Update Changelog. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | sdk/lib/async/stream.dart » ('j') | 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 feb8c48a7481a480e252fa651344d72041bd7ffc..e8827b3bd23be3f5b791df8d78ccc8a2c55cf588 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
### Core library changes
* `dart:async`
- * `StreamController` added setters for the `onListen`, `onPause`, `onResume`
+ * `StreamController` added setters for the `onListen`, `onPause`, `onResume`
and `onCancel` callbacks.
* `dart:convert`
@@ -14,6 +14,7 @@
This removes most `..` and `.` sequences from the URI path.
Purely relative paths (no scheme or authority) are allowed to retain
some leading "dot" segments.
+ Also added `hasAbsolutePath`, `hasEmptyPath`, and `hasScheme` properties.
* `dart:html`
* `NodeTreeSanitizer` added the `const trusted` field. It can be used
« no previous file with comments | « no previous file | sdk/lib/async/stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698