| OLD | NEW |
| 1 ## 1.1.1 |
| 2 |
| 3 * Fix the type annotation for `StreamChannel.transform()`'s parameter. |
| 4 |
| 1 ## 1.1.0 | 5 ## 1.1.0 |
| 2 | 6 |
| 3 * Add `StreamChannel.transformStream()`, `StreamChannel.transformSink()`, | 7 * Add `StreamChannel.transformStream()`, `StreamChannel.transformSink()`, |
| 4 `StreamChannel.changeStream()`, and `StreamChannel.changeSink()` to support | 8 `StreamChannel.changeStream()`, and `StreamChannel.changeSink()` to support |
| 5 changing only the stream or only the sink of a channel. | 9 changing only the stream or only the sink of a channel. |
| 6 | 10 |
| 7 * Be more explicit about `JsonDocumentTransformer`'s error-handling behavior. | 11 * Be more explicit about `JsonDocumentTransformer`'s error-handling behavior. |
| 8 | 12 |
| 9 ## 1.0.1 | 13 ## 1.0.1 |
| 10 | 14 |
| 11 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is | 15 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is |
| 12 technically a breaking change, but since 1.0.0 was only released an hour ago, | 16 technically a breaking change, but since 1.0.0 was only released an hour ago, |
| 13 we're treating it as a bug fix. | 17 we're treating it as a bug fix. |
| 14 | 18 |
| 15 ## 1.0.0 | 19 ## 1.0.0 |
| 16 | 20 |
| 17 * Initial version | 21 * Initial version |
| OLD | NEW |