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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/typed_buffers.dart » ('j') | lib/typed_buffers.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Changelog 1 ## 1.1.0
2 2
3 * Add an `addRange()` method to the typed data buffer classes. This allows
4 efficient concatenation of slices of existing typed data.
5
6 * Make `addAll()` for typed data buffer classes more efficient for lists,
7 especially typed data lists.
8
3 ## 1.0.0 9 ## 1.0.0
4 10
5 - ChangeLog starts here 11 * ChangeLog starts here
OLDNEW
« 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