Skip to content

Commit 9c2ddf5

Browse files
committed
more updates
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 29d216d commit 9c2ddf5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,15 @@ assert_eq!(r.recv().await, Some(2));
4040
```
4141

4242
## Added
43+
- Added `Future::delay` as "unstable"
44+
- Added `Stream::flat_map` as "unstable"
45+
- Added `Stream::flatten` as "unstable"
46+
- Added `Stream::product` as "unstable"
47+
- Added `Stream::sum` as "unstable"
48+
- Added `Stream::timeout` as "unstable"
4349
- Added `sync::channel` as "unstable".
4450
- Added doc links from instantiated structs to the methods that create them.
4551
- Implemented `Extend` + `FromStream` for `PathBuf`.
46-
- Added `Stream::sum` as "unstable"
47-
- Added `Stream::product` as "unstable"
48-
- Added `Stream::timeout` as "unstable"
4952

5053
## Changed
5154
- Fixed an issue with `block_on` so it works even when nested.

0 commit comments

Comments
 (0)