1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare actix-rt v2.0.0 release (#262)

This commit is contained in:
Rob Ede
2021-02-03 10:25:31 +00:00
committed by GitHub
parent 66bd5bf4a2
commit 4ec358575e
14 changed files with 172 additions and 121 deletions

View File

@ -3,6 +3,13 @@
## Unreleased - 2021-xx-xx
## 2.0.0 - 2021-02-02
* Remove all Arbiter-local storage methods. [#262]
* Re-export `tokio::pin`. [#262]
[#262]: https://github.com/actix/actix-net/pull/262
## 2.0.0-beta.3 - 2021-01-31
* Remove `run_in_tokio`, `attach_to_tokio` and `AsyncSystemRunner`. [#253]
* Return `JoinHandle` from `actix_rt::spawn`. [#253]