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

Side by Side 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 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 `start` and `end` parameters to the `addAll()` methods for the typed data
Lasse Reichstein Nielsen 2015/10/20 08:09:49 Also to `insertAll`
nweiz 2015/10/20 22:54:58 Done.
4 buffer classes. These allow efficient concatenation of slices of existing
5 typed data.
6
7 * Make `addAll()` for typed data buffer classes more efficient for lists,
8 especially typed data lists.
9
3 ## 1.0.0 10 ## 1.0.0
4 11
5 - ChangeLog starts here 12 * 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