fix changelog

This commit is contained in:
fakeshadow 2020-10-29 02:09:54 +08:00
parent c81ce40058
commit 1d5219da17
1 changed files with 4 additions and 3 deletions

View File

@ -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