blob: f78b658f096d8ead113f044600a67d0ec98cb0c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# BREAKING: `BlockOn` trait split into `ToplevelBlockOn` and `Blocking`.
New rules for `BlockOn::block_on`; when `ToplevelBlockOn` not
available, use methods from `Blocking` instead. Documentation explains.
# BREAKING: Rename `UnsupportedUnixAddressType` to `UnsupportedAfUnixAddressType`
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.
|