OLD | NEW |
1 ## 1.2.0 | 1 ## 1.2.0 |
2 | 2 |
3 - Added a `FutureGroup` class for waiting for a group of futures, potentially of | 3 - Added a `FutureGroup` class for waiting for a group of futures, potentially of |
4 unknown size, to complete. | 4 unknown size, to complete. |
5 | 5 |
| 6 - Added a `StreamGroup` class for merging the events of a group of streams, |
| 7 potentially of unknown size. |
| 8 |
6 ## 1.1.1 | 9 ## 1.1.1 |
7 | 10 |
8 - Updated SDK version constraint to at least 1.9.0. | 11 - Updated SDK version constraint to at least 1.9.0. |
9 | 12 |
10 ## 1.1.0 | 13 ## 1.1.0 |
11 | 14 |
12 - ChangeLog starts here. | 15 - ChangeLog starts here. |
OLD | NEW |