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 b109302

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5660
Nothing was removed in this release.

0 commit comments

Comments
(0)

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