mirror of
https://github.com/async-rs/async-std.git
synced 2025-06-16 11:11:32 +00:00
CHANGELOG.md: Fix typo
This commit is contained in:
parent
2aa8a430e3
commit
27ed889c67
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
|
||||||
# [Unreleased]
|
# [Unreleased]
|
||||||
|
|
||||||
## Added
|
## 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.
|
||||||
|
|
||||||
## Removed
|
## Removed
|
||||||
|
|
Loading…
Reference in a new issue