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

Unified Diff: CHANGELOG.md

Issue 1240623002: Add split function to LineSplitter class in dart:convert. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Addto changelog Created 5 years, 5 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/convert/line_splitter.dart » ('j') | sdk/lib/convert/line_splitter.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb39b8e88f599f6489a4edff2f21586f0783ec13..82389a05055e83ec696366082b42343ed6f02b31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
### Core library changes
+* `dart:convert`
+ * `LineSplitter` added a `split` static method returning an `Iterable`.
+
* `dart:html`
* `NodeTreeSanitizer` added the `const trusted` field. It can be used
instead of defining a `NullTreeSanitizer` class when calling
« no previous file with comments | « no previous file | sdk/lib/convert/line_splitter.dart » ('j') | sdk/lib/convert/line_splitter.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698