Skip to content

Commit

Permalink
docs(CHANGELOG): note about #127 and #52
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jul 4, 2024
1 parent 7511342 commit 13ff047
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- 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()`.
- core: directly accept never returning functions in `ActorGroup::exec()` ([#127]).

### Changed
- **BREAKING** macros: remove the `network` feature.
- **BREAKING** core/message: remove `AnyMessage::upcast()` in favor of `AnyMessage::new()`.
- **BREAKING** core/envelope: `Envelope::message()` returns `AnyMessageRef`.
- core/mailbox: move to an intrusive MPSC queue greatly improving performance.
- core/message: allow `AnyMessage` to be downcasted to `AnyMessage`.
- core/message: stabilize `AnyMessage` and `AnyMessageRef`.
- core/message: faster `AnyMessage` serialization.
- **BREAKING** macros: remove the `network` feature ([#127]).
- **BREAKING** core/message: remove `AnyMessage::upcast()` in favor of `AnyMessage::new()` ([#127]).
- **BREAKING** core/envelope: `Envelope::message()` returns `AnyMessageRef` ([#127]).
- core/mailbox: move to an intrusive MPSC queue greatly improving performance ([#52]).
- core/message: allow `AnyMessage` to be downcasted to `AnyMessage` ([#127]).
- core/message: stabilize `AnyMessage` and `AnyMessageRef` ([#127]).
- core/message: faster `AnyMessage` serialization ([#127]).
- tracing: improve performance of `TraceId::generate()`.
- dumping: remove unstable `Timestamp`.

[#52]: https://github.com/elfo-rs/elfo/issues/52
[#127]: https://github.com/elfo-rs/elfo/pull/127
[#128]: https://github.com/elfo-rs/elfo/pull/128

## [0.2.0-alpha.15] - 2024-05-13
Expand Down

0 comments on commit 13ff047

Please sign in to comment.