We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a13c05 commit 7104aa1Copy full SHA for 7104aa1
src/changelog.rs
@@ -2,9 +2,7 @@
2
use crate::*;
3
4
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5
-#[doc(hidden)]
6
-pub mod unreleased {}
7
-
+///
8
/// ## Fixed
9
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
10
/// implementation for [`ChildStdin`].
@@ -23,7 +21,8 @@ pub mod unreleased {}
23
21
/// - Make [`Session::check`] available only on unix.
24
22
/// - Make [`Socket::UnixSocket`] available only on unix.
25
/// - Make [`SessionBuilder::control_directory`] available only on unix.
26
-pub mod v0_9_0 {}
+#[doc(hidden)]
+pub mod unreleased {}
27
28
29
/// - Fixed changelog entry for rc2 not being visible
0 commit comments