| OLD | NEW |
| 1 ## 1.1.3 |
| 2 |
| 3 * Fix all strong-mode warnings. |
| 4 |
| 1 ## 1.1.2 | 5 ## 1.1.2 |
| 2 | 6 |
| 3 * Fix a bug where `TypedDataBuffer.insertAll` could fail to insert some elements | 7 * Fix a bug where `TypedDataBuffer.insertAll` could fail to insert some elements |
| 4 of an `Iterable`. | 8 of an `Iterable`. |
| 5 | 9 |
| 6 ## 1.1.1 | 10 ## 1.1.1 |
| 7 | 11 |
| 8 * Optimize `insertAll` with an `Iterable` argument and no end-point. | 12 * Optimize `insertAll` with an `Iterable` argument and no end-point. |
| 9 | 13 |
| 10 ## 1.1.0 | 14 ## 1.1.0 |
| 11 | 15 |
| 12 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods | 16 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods |
| 13 for the typed data buffer classes. These allow efficient concatenation of | 17 for the typed data buffer classes. These allow efficient concatenation of |
| 14 slices of existing typed data. | 18 slices of existing typed data. |
| 15 | 19 |
| 16 * Make `addAll()` for typed data buffer classes more efficient for lists, | 20 * Make `addAll()` for typed data buffer classes more efficient for lists, |
| 17 especially typed data lists. | 21 especially typed data lists. |
| 18 | 22 |
| 19 ## 1.0.0 | 23 ## 1.0.0 |
| 20 | 24 |
| 21 * ChangeLog starts here | 25 * ChangeLog starts here |
| OLD | NEW |