Skip to content

Commit 4c8e61a

Browse files
committed
Update changelog
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 102573a commit 4c8e61a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/changelog.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ use crate::*;
55
///
66
/// ## Added
77
/// - `impl From<std::os::unix::io::OwnedFd> for Stdio`
8+
/// - Add new fn `Stdio::from_raw_fd_owned`
89
/// ## Changed
10+
/// - Mark `FromRawFd` impl for `Stdio` as deprecated
11+
/// - Mark `From<tokio_pipe::PipeRead>` for `Stdio` as deprecated
12+
/// - Mark `From<tokio_pipe::PipeWrite>` for `Stdio` as deprecated
13+
/// ## Fixed
14+
/// - [`wait_with_output` + `native-mux` cuts off stdout output](https://github.com/openssh-rust/openssh/issues/103)
915
/// ## Removed
1016
#[doc(hidden)]
1117
pub mod unreleased {}

0 commit comments

Comments
 (0)