Skip to content

Commit 02ee820

Browse files
authored
Merge pull request #90 from openssh-rust/fix/changelog
Fix changelog: Rm `#[doc(hidden)]`
2 parents 349fd37 + 769482f commit 02ee820

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/changelog.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ pub mod unreleased {}
1919
/// - [`Session::request_port_forward`] now takes `impl Into<...>`
2020
/// to make it much easier to use.
2121
/// - [`Socket::new`] now returns `Socket<'static>`
22-
#[doc(hidden)]
2322
pub mod v0_9_5 {}
2423

2524
/// ## Added
2625
/// - [`Session::resume`]
2726
/// - [`Session::resume_mux`]
2827
/// - [`Session::leak`]
2928
/// - [`Session::force_terminate`]
30-
#[doc(hidden)]
3129
pub mod v0_9_3 {}
3230

3331
/// ## Changed

0 commit comments

Comments
 (0)