From fb2e86d6e3f31e10a388598d71a20e04cb0e1c37 Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Sat, 24 Aug 2024 12:51:38 +0400 Subject: [PATCH] docs(CHANGELOG): note about #135 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa7d32..3827a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - core/topology: add `Topology::set_node_no()` and `Topology::node_no()`. - core/envelope: add `Envelope::request_id()`. +- core/config: impl `FromStr` for `Secret` ([#135]). ### Changed - **BREAKING** core/node: remove `node` module, `NodeNo` is moved to `addr`. @@ -19,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - core: update the `idr-ebr` crate to v0.3 to fix possible crash in `Context::finished()`. +[#135]: https://github.com/elfo-rs/elfo/pull/135 + ## [0.2.0-alpha.16] - 2024-07-24 ### Added - core: `Context::status_kind` API, now actors can read `ActorStatusKind` from the context ([#133]).