tor-netdoc: Remove semver.md

Removing the private `IntroPointDesc` isn't really a breaking change,
and neither is changing the type of `HsDescBuilder::intro_points`'s
argument (because nobody would've been able to this function in the
first place as `IntroPointDesc` was never exported from tor-netdoc), so
let's remove the semver.md.
This commit is contained in:
Gabriela Moldovan 2023-08-23 12:42:29 +01:00
parent 884ed48750
commit 978122622e
No known key found for this signature in database
GPG Key ID: 3946E0ADE72BAC99
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
BREAKING: The argument of `HsDescBuilder::intro_points` is now
`tor_netdoc::hsdesc::IntroPointDesc` instead of the private
`tor_netdoc::hsdesc::builder::inner:IntroPointDesc`