Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 |
| OLD | NEW |