File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ assert_eq!(r.recv().await, Some(2));
4343- Added ` sync::channel ` as "unstable".
4444- Added doc links from instantiated structs to the methods that create them.
4545- Implemented ` Extend ` + ` FromStream ` for ` PathBuf ` .
46+ - Added ` Stream::sum ` as "unstable"
47+ - Added ` Stream::product ` as "unstable"
48+ - Added ` Stream::timeout ` as "unstable"
4649
4750## Changed
4851- Fixed an issue with ` block_on ` so it works even when nested.
@@ -51,6 +54,7 @@ assert_eq!(r.recv().await, Some(2));
5154- Updated the homepage link in ` Cargo.toml ` to point to [ async.rs] ( https://async.rs ) .
5255- Updated the module-level documentation for ` stream ` and ` sync ` .
5356- Various typos and grammar fixes.
57+ - Removed redundant file flushes, improving the performance of ` File ` operations
5458
5559## Removed
5660Nothing was removed in this release.
You can’t perform that action at this time.
0 commit comments