| OLD | NEW |
| 1 ## 1.7.1 |
| 2 |
| 3 - Add a missing entry to an earlier version's changelog. |
| 4 |
| 1 ## 1.7.0 | 5 ## 1.7.0 |
| 2 | 6 |
| 3 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a | 7 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a |
| 4 broadcast stream into a single-subscription stream. | 8 broadcast stream into a single-subscription stream. |
| 5 | 9 |
| 6 ## 1.6.0 | 10 ## 1.6.0 |
| 7 | 11 |
| 8 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be | 12 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be |
| 9 notified when an operation is canceled elsewhere. | 13 notified when an operation is canceled elsewhere. |
| 10 | 14 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 interface for subclasses, or extended to add extra functionality. | 61 interface for subclasses, or extended to add extra functionality. |
| 58 | 62 |
| 59 ## 1.2.0 | 63 ## 1.2.0 |
| 60 | 64 |
| 61 - Added a `FutureGroup` class for waiting for a group of futures, potentially of | 65 - Added a `FutureGroup` class for waiting for a group of futures, potentially of |
| 62 unknown size, to complete. | 66 unknown size, to complete. |
| 63 | 67 |
| 64 - Added a `StreamGroup` class for merging the events of a group of streams, | 68 - Added a `StreamGroup` class for merging the events of a group of streams, |
| 65 potentially of unknown size. | 69 potentially of unknown size. |
| 66 | 70 |
| 71 - Added a `StreamSplitter` class for splitting a stream into multiple new |
| 72 streams. |
| 73 |
| 67 ## 1.1.1 | 74 ## 1.1.1 |
| 68 | 75 |
| 69 - Updated SDK version constraint to at least 1.9.0. | 76 - Updated SDK version constraint to at least 1.9.0. |
| 70 | 77 |
| 71 ## 1.1.0 | 78 ## 1.1.0 |
| 72 | 79 |
| 73 - ChangeLog starts here. | 80 - ChangeLog starts here. |
| OLD | NEW |