From 2f7bbc86a21dc0f0031a01aebd2fe369fbc0f0a1 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Tue, 16 Jul 2024 19:46:09 +0300 Subject: [PATCH] fix(core): update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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]).