blob: 5f9d105d33202def6a45c40253cfc993bf917043 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# BREAKING: `AddrParseError::InvalidUnixAddress` renamed to `InvalidAfUnixAddress`
No change to the semantics, just corrected terminology
We have removed the old variant so that any code which actively matches
on this variant won't be silently broken.
# BREAKING: `NoUnixAddressSupport` renamed to `NoAfUnixSocketSupport`
No change to the semantics, just corrected terminology.
The old name is still present as a deprecated type alias, so some (but
not all) uses of the old name will still work for now.
|