Skip to content

Commit

Permalink
docs(CHANGELOG): note about #135
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Aug 24, 2024
1 parent 2e4e6d9 commit fb2e86d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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]).
Expand Down

0 comments on commit fb2e86d

Please sign in to comment.