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 2
2
use crate :: * ;
3
3
4
4
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5
- ///
5
+ #[ doc( hidden) ]
6
+ pub mod unreleased { }
7
+
6
8
/// ## Fixed
7
9
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
8
10
/// implementation for [`ChildStdin`].
@@ -16,12 +18,12 @@ use crate::*;
16
18
/// implementation for [`ChildStderr`].
17
19
/// - Remove accidentally exposed `TryFrom<tokio_pipe::PipeRead>`
18
20
/// implementation for [`ChildStderr`].
19
- # [ doc ( hidden ) ]
21
+ ///
20
22
/// ## Changed
21
23
/// - Make [`Session::check`] available only on unix.
22
24
/// - Make [`Socket::UnixSocket`] available only on unix.
23
25
/// - Make [`SessionBuilder::control_directory`] available only on unix.
24
- pub mod unreleased { }
26
+ pub mod v0_9_0 { }
25
27
26
28
/// ## Fixed
27
29
/// - Fixed changelog entry for rc2 not being visible
You can’t perform that action at this time.
0 commit comments