mirror of https://github.com/fafhrd91/actix-net
fix changelog
This commit is contained in:
parent
c81ce40058
commit
1d5219da17
|
@ -8,9 +8,10 @@
|
|||
|
||||
### Changed
|
||||
|
||||
* Remove `'static` lifetime requirement for `Runtime::block_on` and `SystemRunner::block_on`. These functions would
|
||||
accept a `&Self` when calling. Remove `'static` lifetime requirement for `System::run`. Deprecate `Arbiter::is_running`
|
||||
and `Arbiter::local_join`. `Arbiter::spawn` would panic when `System` is not in scope. [#207]
|
||||
* Remove `'static` lifetime requirement for `Runtime::block_on` and `SystemRunner::block_on`.
|
||||
Remove `'static` lifetime requirement for `System::run`.
|
||||
Deprecate `Arbiter::is_running` and `Arbiter::local_join`.
|
||||
`Arbiter::spawn` would panic when `System` is not in scope. [#207]
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
Loading…
Reference in New Issue