blob: 51d8dc5a314f412cfb0e1ad8e41ecafdb991a3ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
### BREAKING: Rename `ConnectError::UnixAddressAccess` to `AfUnixSocketPathAccess`
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: Abolished `ConnectError::InvalidUnixAddress`
This error was misnamed, had a description which didn't correspond to
its name, and was in any case never generated.
|