CHANGELOG.md: Fix typo

pull/1029/head
Josh Triplett 2 years ago
parent 1130279831
commit 1785b90e6f

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
# [1.12.0] - 2022-06-18
## Added
- `std::task_spawn_blocking` is now stabilized. We consider it a fundamental API for bridging between blocking code and async code, and we widely use it within async-std's own implementation.
- `std::task::spawn_blocking` is now stabilized. We consider it a fundamental API for bridging between blocking code and async code, and we widely use it within async-std's own implementation.
- Add `TryFrom` implementations to convert `TcpListener`, `TcpStream`, `UdpSocket`, `UnixDatagram`, `UnixListener`, and `UnixStream` to their synchronous equivalents, including putting them back into blocking mode.
## Changed

Loading…
Cancel
Save