Skip to content

Commit 2bd82ac

Browse files
committed
updates
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 609a578 commit 2bd82ac

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,29 @@ while let Some(_) = interval.next().await {
5656
## Added
5757

5858
- Added `FutureExt` to the `prelude`, allowing us to extend `Future`
59+
- Added `Stream::ge`
60+
- Added `Stream::le`
61+
- Added `Stream::lt`
5962
- Added `Stream::merge` as "unstable", replacing `stream::join!`
6063
- Added `Stream::partial_cmp`
6164
- Added `Stream::take_while`
6265
- Added `future::IntoFuture` as "unstable"
6366
- Added `io::BufRead::split`
6467
- Added `io::Write::write_fmt`
65-
- Added `stream::from_fn`
6668
- Added `print!`, `println!`, `eprint!`, `eprintln!` macros as "unstable"
6769
- Added `process` as "unstable", re-exporting std types only for now
70+
- Added `std::net` re-exports to the `net` submodule
6871
- Added `std::path::PathBuf` with all associated methods
6972
- Added `std::path::Path` with all associated methods
7073
- Added `stream::ExactSizeStream` as "unstable"
7174
- Added `stream::FusedStream` as "unstable"
75+
- Added `stream::Product`
76+
- Added `stream::Sum`
77+
- Added `stream::from_fn`
7278
- Added `stream::interval` as "unstable"
7379
- Added `task::spawn_blocking` as "unstable", replacing `task::blocking`
7480
- Added `task::yield_now`
7581
- Added `write!` and `writeln!` macros as "unstable"
76-
- Added `std::net` re-exports to the `net` submodule
7782
- Stabilized `future::join!` and `future::try_join!`
7883
- Stabilized `future::timeout`
7984
- Stabilized `path`

0 commit comments

Comments
 (0)