mirror of https://github.com/fafhrd91/actix-net
update changelog
This commit is contained in:
parent
63e48356e3
commit
7f9bf16f3e
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
* Remove `run_in_tokio` and `attach_to_tokio`. [#253]
|
||||||
|
* Remove `AsyncSystemRunner`. [#253]
|
||||||
|
* Return `JoinHandle` from `actix_rt::spawn`. [#253]
|
||||||
|
* Remove old `Arbiter::spawn`. Implementation is now inlined into `actix_rt::spawn`. [#253]
|
||||||
|
* Rename `Arbiter::{send => spawn}` and `Arbiter::{exec_fn => spawn_fn}`. [#253]
|
||||||
|
* Remove `Arbiter::exec`. [#253]
|
||||||
|
* Remove deprecated `Arbiter::local_join`. [#253]
|
||||||
|
|
||||||
|
[#253]: https://github.com/actix/actix-net/pull/253
|
||||||
|
|
||||||
|
|
||||||
## 2.0.0-beta.2 - 2021-01-09
|
## 2.0.0-beta.2 - 2021-01-09
|
||||||
* Add `task` mod with re-export of `tokio::task::{spawn_blocking, yield_now, JoinHandle}` [#245]
|
* Add `task` mod with re-export of `tokio::task::{spawn_blocking, yield_now, JoinHandle}` [#245]
|
||||||
|
|
Loading…
Reference in New Issue