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 ### Changed
* Remove `'static` lifetime requirement for `Runtime::block_on` and `SystemRunner::block_on`. These functions would * Remove `'static` lifetime requirement for `Runtime::block_on` and `SystemRunner::block_on`.
accept a `&Self` when calling. Remove `'static` lifetime requirement for `System::run`. Deprecate `Arbiter::is_running` Remove `'static` lifetime requirement for `System::run`.
and `Arbiter::local_join`. `Arbiter::spawn` would panic when `System` is not in scope. [#207] Deprecate `Arbiter::is_running` and `Arbiter::local_join`.
`Arbiter::spawn` would panic when `System` is not in scope. [#207]
### Fixed ### Fixed