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

Side by Side Diff: CHANGELOG.md

Issue 1728943003: Fix TypedDataBuffer.insertAll() with an Iterable. (Closed) Base URL: git@github.com:dart-lang/typed_data@master
Patch Set: Code review changes Created 4 years, 10 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.1.2
2
3 * Fix a bug where `TypedDataBuffer.insertAll` could fail to insert some elements
4 of an `Iterable`.
5
1 ## 1.1.1 6 ## 1.1.1
7
2 * Optimize `insertAll` with an `Iterable` argument and no end-point. 8 * Optimize `insertAll` with an `Iterable` argument and no end-point.
9
3 ## 1.1.0 10 ## 1.1.0
4 11
5 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods 12 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods
6 for the typed data buffer classes. These allow efficient concatenation of 13 for the typed data buffer classes. These allow efficient concatenation of
7 slices of existing typed data. 14 slices of existing typed data.
8 15
9 * Make `addAll()` for typed data buffer classes more efficient for lists, 16 * Make `addAll()` for typed data buffer classes more efficient for lists,
10 especially typed data lists. 17 especially typed data lists.
11 18
12 ## 1.0.0 19 ## 1.0.0
13 20
14 * ChangeLog starts here 21 * ChangeLog starts here
OLDNEW
« 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