Skip to content

Commit 6bf7e73

Browse files
committed
Update changelog
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 3f6a56e commit 6bf7e73

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/changelog.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
use 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

0 commit comments

Comments
 (0)