We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b109302 commit 2adaaa9Copy full SHA for 2adaaa9
CHANGELOG.md
@@ -40,12 +40,17 @@ assert_eq!(r.recv().await, Some(2));
40
```
41
42
## 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"
51
- Added `sync::channel` as "unstable".
52
- Added doc links from instantiated structs to the methods that create them.
53
- Implemented `Extend` + `FromStream` for `PathBuf`.
-- Added `Stream::sum` as "unstable"
-- Added `Stream::product` as "unstable"
-- Added `Stream::timeout` as "unstable"
54
55
## Changed
56
- Fixed an issue with `block_on` so it works even when nested.
0 commit comments