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

Unified Diff: CHANGELOG.md

Issue 1404443005: Add _TypedDataBuffer.addRange. (Closed) Base URL: git@github.com:dart-lang/typed_data@master
Patch Set: 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') | lib/typed_buffers.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 a123d27a2a906c28337a17b94a4dd3b72613b497..015f915d9c94b09d0e9e69d8175d2f439ab3132c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
-# Changelog
+## 1.1.0
+
+* Add an `addRange()` method to the typed data buffer classes. This allows
+ 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') | lib/typed_buffers.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698