@@ -56,24 +56,29 @@ while let Some(_) = interval.next().await {
56
56
## Added
57
57
58
58
- Added ` FutureExt ` to the ` prelude ` , allowing us to extend ` Future `
59
+ - Added ` Stream::ge `
60
+ - Added ` Stream::le `
61
+ - Added ` Stream::lt `
59
62
- Added ` Stream::merge ` as "unstable", replacing ` stream::join! `
60
63
- Added ` Stream::partial_cmp `
61
64
- Added ` Stream::take_while `
62
65
- Added ` future::IntoFuture ` as "unstable"
63
66
- Added ` io::BufRead::split `
64
67
- Added ` io::Write::write_fmt `
65
- - Added ` stream::from_fn `
66
68
- Added ` print! ` , ` println! ` , ` eprint! ` , ` eprintln! ` macros as "unstable"
67
69
- Added ` process ` as "unstable", re-exporting std types only for now
70
+ - Added ` std::net ` re-exports to the ` net ` submodule
68
71
- Added ` std::path::PathBuf ` with all associated methods
69
72
- Added ` std::path::Path ` with all associated methods
70
73
- Added ` stream::ExactSizeStream ` as "unstable"
71
74
- Added ` stream::FusedStream ` as "unstable"
75
+ - Added ` stream::Product `
76
+ - Added ` stream::Sum `
77
+ - Added ` stream::from_fn `
72
78
- Added ` stream::interval ` as "unstable"
73
79
- Added ` task::spawn_blocking ` as "unstable", replacing ` task::blocking `
74
80
- Added ` task::yield_now `
75
81
- Added ` write! ` and ` writeln! ` macros as "unstable"
76
- - Added ` std::net ` re-exports to the ` net ` submodule
77
82
- Stabilized ` future::join! ` and ` future::try_join! `
78
83
- Stabilized ` future::timeout `
79
84
- Stabilized ` path `
0 commit comments