| OLD | NEW |
| 1 ## 1.0.2 |
| 2 |
| 3 * Be more explicit about `JsonDocumentTransformer`'s error-handling behavior. |
| 4 |
| 1 ## 1.0.1 | 5 ## 1.0.1 |
| 2 | 6 |
| 3 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is | 7 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is |
| 4 technically a breaking change, but since 1.0.0 was only released an hour ago, | 8 technically a breaking change, but since 1.0.0 was only released an hour ago, |
| 5 we're treating it as a bug fix. | 9 we're treating it as a bug fix. |
| 6 | 10 |
| 7 ## 1.0.0 | 11 ## 1.0.0 |
| 8 | 12 |
| 9 * Initial version | 13 * Initial version |
| OLD | NEW |