We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102573a commit 4c8e61aCopy full SHA for 4c8e61a
src/changelog.rs
@@ -5,7 +5,13 @@ use crate::*;
5
///
6
/// ## Added
7
/// - `impl From<std::os::unix::io::OwnedFd> for Stdio`
8
+/// - Add new fn `Stdio::from_raw_fd_owned`
9
/// ## 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)
15
/// ## Removed
16
#[doc(hidden)]
17
pub mod unreleased {}
0 commit comments