diff --git a/CHANGELOG.md b/CHANGELOG.md index 819ca8ba..4aab4ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview # [Unreleased] ## 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. ## Removed