| OLD | NEW |
| 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 |
| OLD | NEW |