Skip to content

Commit 9f42dbf

Browse files
authored
Update changelog for #58 (#59)
1 parent ff34127 commit 9f42dbf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/changelog.rs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
use crate::*;
33

44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5+
///
6+
/// ## Fixed
7+
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
8+
/// implementation for [`ChildStdin`].
9+
/// - Remove accidentally exposed `TryFrom<tokio_pipe::PipeWrite>`
10+
/// implementation for [`ChildStdin`].
11+
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdout>`
12+
/// implementation for [`ChildStdout`].
13+
/// - Remove accidentally exposed `TryFrom<tokio_pipe::PipeRead>`
14+
/// implementation for [`ChildStdout`].
15+
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStderr>`
16+
/// implementation for [`ChildStderr`].
17+
/// - Remove accidentally exposed `TryFrom<tokio_pipe::PipeRead>`
18+
/// implementation for [`ChildStderr`].
519
#[doc(hidden)]
620
pub mod unreleased {}
721

0 commit comments

Comments
 (0)