Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Changelog | 1 ## 1.1.0 |
| 2 | 2 |
| 3 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods | |
| 4 for the typed data buffer classes. These allow efficient concatenation of | |
| 5 slices of existing 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 |