Skip to content

Commit ac67ffd

Browse files
committed
Prepare for release v1.1.0
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 779e807 commit ac67ffd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
5+
In addition to the new `LatestValueCache` and the ability to `filter` messages on `Receiver`s, this release introduces two "Experimental" features for providing interconnections between channels.
106

117
## New Features
128

@@ -17,7 +13,3 @@
1713
- **Experimental**: `Pipe`, which provides a pipe between two channels, by connecting a `Receiver` to a `Sender`.
1814

1915
- `Receiver`s now have a `filter` method that applies a filter function on the messages on a receiver.
20-
21-
## Bug Fixes
22-
23-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)