Skip to content

Commit 7104aa1

Browse files
committed
Revert changes to changelog
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 0a13c05 commit 7104aa1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/changelog.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
use crate::*;
33

44
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5-
#[doc(hidden)]
6-
pub mod unreleased {}
7-
5+
///
86
/// ## Fixed
97
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
108
/// implementation for [`ChildStdin`].
@@ -23,7 +21,8 @@ pub mod unreleased {}
2321
/// - Make [`Session::check`] available only on unix.
2422
/// - Make [`Socket::UnixSocket`] available only on unix.
2523
/// - Make [`SessionBuilder::control_directory`] available only on unix.
26-
pub mod v0_9_0 {}
24+
#[doc(hidden)]
25+
pub mod unreleased {}
2726

2827
/// ## Fixed
2928
/// - Fixed changelog entry for rc2 not being visible

0 commit comments

Comments
 (0)