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

Unified Diff: CHANGELOG.md

Issue 1273713003: Make String.allMatches lazy. (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 | runtime/lib/string_patch.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 18f17e6c7233f47c8c02cca1fca1c45aa142cb73..2da98e24bdcc48ad2e319a6b51f9b9fed04b1fbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@
* `dart:core`
* `Uri` added `removeFragment` method.
-
+ * `String.allMatches` (implementing `Pattern.allMatches`) is now lazy,
+ as all `allMatches` implementations are intended to be.
* `dart:io`
* `HttpClient` no longer sends URI fragments in the requeust. This is not
allowed by the HTTP protocol.
« no previous file with comments | « no previous file | runtime/lib/string_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698