fix changelog

This commit is contained in:
fakeshadow 2021-01-03 17:38:17 +08:00
parent 243ac9c357
commit 7ea55c1244
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Add `task` mod with re-export of `tokio::task::{spawn_blocking, yield_nowm JoinHandle}`
* Add `task` mod with re-export of `tokio::task::{spawn_blocking, yield_now, JoinHandle}` [#245]
[#245]: https://github.com/actix/actix-net/pull/245
## 2.0.0-beta.1 - 2020-12-28
### Added