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

Unified Diff: CHANGELOG.md

Issue 1404443005: Add _TypedDataBuffer.addRange. (Closed) Base URL: git@github.com:dart-lang/typed_data@master
Patch Set: Code review changes 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 a123d27a2a906c28337a17b94a4dd3b72613b497..36fa6b179dbaa87ba7bedd7e0ff8f4f6fcff52d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
-# Changelog
+## 1.1.0
+
+* Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods
+ for the typed data buffer classes. These allow efficient concatenation of
+ slices of existing typed data.
+
+* Make `addAll()` for typed data buffer classes more efficient for lists,
+ especially typed data lists.
## 1.0.0
-- ChangeLog starts here
+* ChangeLog starts here
« 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