Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2adaaa9

Browse files
more updates
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent b109302 commit 2adaaa9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,17 @@ 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::min_by_key`
49+
- Added `Stream::max_by`
50+
- Added `Stream::timeout` as "unstable"
4351
- Added `sync::channel` as "unstable".
4452
- Added doc links from instantiated structs to the methods that create them.
4553
- Implemented `Extend` + `FromStream` for `PathBuf`.
46-
- Added `Stream::sum` as "unstable"
47-
- Added `Stream::product` as "unstable"
48-
- Added `Stream::timeout` as "unstable"
4954

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /