Now that versions have bumped, remove semver.md files.

This commit is contained in:
Nick Mathewson 2022-08-01 10:07:12 -04:00
parent dc67c9864b
commit b16c042004
17 changed files with 0 additions and 27 deletions

View File

@ -1,3 +0,0 @@
BREAKING: Removed some TorClientBuilder methods related to Mistrust, in favour of new fs-mistrust features.
BREAKING: Renamed DirSkewTolerance to DirTolerance
BREAKING: Renamed download_tolerance to directory_tolerance

View File

@ -1,2 +0,0 @@
BREAKING: run no longer takes fs_mistrust_disabled.
BREAKING: Renamed download_tolerance to directory_tolerance

View File

@ -1,2 +0,0 @@
MODIFIED: New facilities to configure how we look at the environment.
BREAKING: Some functions and types were remove when targeting iOS.

View File

@ -1 +0,0 @@
BREAKING: write functions now return a Result.

View File

@ -1 +0,0 @@
BREAKING: cell encoding methods now return Result.

View File

@ -1,2 +0,0 @@
BREAKING: `Ed25519Cert::check_key` prototype changed from taking `&Option<ed25519::PublicKey>` to `Option<&ed25519::PublicKey>`
BREAKING: many function and structures moved from using ed25519::PublicKey to ed25519::Ed25519Identity

View File

@ -1 +0,0 @@
BREAKING: Changes to members of error variants.

View File

@ -1 +0,0 @@
BREAKING: Changes to Error variants.

View File

@ -1 +0,0 @@
BREAKING: Revisions on Error type.

View File

@ -1,3 +0,0 @@
BREAKING: Changes to error variants.
BREAKING: Renamed DirSkewTolerance to DirTolerance.
BREAKING: Removed `netdir` and `opt_netdir` methods from DirMgr.

View File

@ -1 +0,0 @@
BREAKING: Error type changes.

View File

@ -1,2 +0,0 @@
MODIFIED: New API to restrict addr on an OwnedChanTarget.
BREAKING: write() functions now return a Result.

View File

@ -1 +0,0 @@
MODIFIED: Signer trait now exposed.

View File

@ -1,4 +0,0 @@
MODIFIED: `pick*` functions now accept FnMut closures.
BREAKING: New required `netdir` method in NetDirProvider.
BREAKING: Removed `latest_netdir` frrom NetDirProvider.

View File

@ -1 +0,0 @@
BREAKING: Error type completely changed.

View File

@ -1 +0,0 @@
MODIFIED: New error variant for EncodeErr.