| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index b18365fc540d2dafd57845db6a23d8cfc23d654e..de22933e30ea64af73c49316683aba9bc36a0f91 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,13 @@
|
| +## 1.11.0
|
| +
|
| +* Add a `typedStreamTransformer()` function. This wraps an untyped
|
| + `StreamTransformer` with the correct type parameters, and asserts the types of
|
| + events as they're emitted from the transformed stream.
|
| +
|
| +* Add a `StreamSinkTransformer.typed()` static method. This wraps an untyped
|
| + `StreamSinkTransformer` with the correct type parameters, and asserts the
|
| + types of arguments passed in to the resulting sink.
|
| +
|
| ## 1.10.0
|
|
|
| * Add `DelegatingFuture.typed()`, `DelegatingStreamSubscription.typed()`,
|
|
|