OLD | NEW |
| 1 ## 1.1.1 |
| 2 * Optimize `insertAll` with an `Iterable` argument and no end-point. |
1 ## 1.1.0 | 3 ## 1.1.0 |
2 | 4 |
3 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods | 5 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods |
4 for the typed data buffer classes. These allow efficient concatenation of | 6 for the typed data buffer classes. These allow efficient concatenation of |
5 slices of existing typed data. | 7 slices of existing typed data. |
6 | 8 |
7 * Make `addAll()` for typed data buffer classes more efficient for lists, | 9 * Make `addAll()` for typed data buffer classes more efficient for lists, |
8 especially typed data lists. | 10 especially typed data lists. |
9 | 11 |
10 ## 1.0.0 | 12 ## 1.0.0 |
11 | 13 |
12 * ChangeLog starts here | 14 * ChangeLog starts here |
OLD | NEW |