File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22use crate :: * ;
33
44/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5- ///
5+ #[ doc( hidden) ]
6+ pub mod unreleased { }
7+
68/// ## Fixed
79/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
810/// implementation for [`ChildStdin`].
@@ -16,12 +18,12 @@ use crate::*;
1618/// implementation for [`ChildStderr`].
1719/// - Remove accidentally exposed `TryFrom<tokio_pipe::PipeRead>`
1820/// implementation for [`ChildStderr`].
19- # [ doc ( hidden ) ]
21+ ///
2022/// ## Changed
2123/// - Make [`Session::check`] available only on unix.
2224/// - Make [`Socket::UnixSocket`] available only on unix.
2325/// - Make [`SessionBuilder::control_directory`] available only on unix.
24- pub mod unreleased { }
26+ pub mod v0_9_0 { }
2527
2628/// ## Fixed
2729/// - Fixed changelog entry for rc2 not being visible
You can’t perform that action at this time.
0 commit comments