diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4d1fd1..25f72b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate ### Added +- core: `Context::status_kind` API, now actors can read `ActorStatusKind` from the context. +- core: `is_*` methods on `ActorStatusKind` for each variant. - Specify MSRV as 1.76. - logger: log truncation up to the `max_line_size` configuration parameter ([#128]). - core: directly accept never returning functions in `ActorGroup::exec()` ([#127]).