summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/semver.md
blob: 7522ee3bf17449e15bafdeddb4c97c08044d0b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
MODIFIED: New ByRelayIds type.
BREAKING: Changed the semantics of HasAddrs
BREAKING: ChanTarget now requires HasChanMethod
MODIFIED: RelayIdRef now implements Hash.
MODIFIED: RelayId and RelayIdRef now implement Ord.
MODIFIED: Added cmp_by_relay_ids() to HasRelayIds.
BREAKING: Replaced functions to access addresses from ChanMethod.
BREAKING: Replaced functions to strip addresses from ChanMethod.
BREAKING: Remove impl Display for OwnedCircTarget.
ADDED: Provide deconstructors for PtTargetSettings and PtTarget
MODIFIED: Renaming PtTargetAddr to BridgeAddr (in progress, will become BREAKING)
BREAKING: ChannelMethod is now non-exhaustive