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

Unified Diff: CHANGELOG.md

Issue 1408253004: Optimizie the insertion of an iterable. (Closed) Base URL: https://github.com/dart-lang/typed_data.git@master
Patch Set: Address comments Created 5 years, 2 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 | lib/typed_buffers.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 36fa6b179dbaa87ba7bedd7e0ff8f4f6fcff52d6..6be0b2d6fd7bc67ea2cd6162f6daccd3d739079e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 1.1.1
+* Optimize `insertAll` with an `Iterable` argument and no end-point.
## 1.1.0
* Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods
« no previous file with comments | « no previous file | lib/typed_buffers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698