File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,15 @@ while let Some(_) = interval.next().await {
5656## Added
5757
5858- Added ` FutureExt ` to the ` prelude ` , allowing us to extend ` Future `
59+ - Added ` Stream::cmp `
5960- Added ` Stream::ge `
61+ - Added ` Stream::last `
6062- Added ` Stream::le `
6163- Added ` Stream::lt `
6264- Added ` Stream::merge ` as "unstable", replacing ` stream::join! `
6365- Added ` Stream::partial_cmp `
6466- Added ` Stream::take_while `
67+ - Added ` Stream::try_fold `
6568- Added ` future::IntoFuture ` as "unstable"
6669- Added ` io::BufRead::split `
6770- Added ` io::Write::write_fmt `
@@ -76,6 +79,7 @@ while let Some(_) = interval.next().await {
7679- Added ` stream::Sum `
7780- Added ` stream::from_fn `
7881- Added ` stream::interval ` as "unstable"
82+ - Added ` stream::repeat_with `
7983- Added ` task::spawn_blocking ` as "unstable", replacing ` task::blocking `
8084- Added ` task::yield_now `
8185- Added ` write! ` and ` writeln! ` macros as "unstable"
@@ -93,6 +97,8 @@ while let Some(_) = interval.next().await {
9397- Rewrote the README.md
9498- Stabilized ` io::Cursor `
9599- Switched bors over to use GitHub actions
100+ - Updated the ` io ` documentation to match std's ` io ` docs
101+ - Updated the ` task ` documentation to match std's ` thread ` docs
96102
97103## Removed
98104
You can’t perform that action at this time.
0 commit comments