Skip to content

Commit

Permalink
docs(CHANGELOG): note about #41
Browse files Browse the repository at this point in the history
Closes #41
  • Loading branch information
loyd committed Jul 3, 2024
1 parent 372a064 commit 2dd43b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- telemetry: now `elfo_message_handling_time_seconds` doesn't include the time of task switching if an actor is preempted due to elfo's budget system.
- telemetry: don't produce allocator metrics if not enabled.
- telemeter: validate quantiles (0.0..=1.0) in the config.
- core: get rid of a dirty hack preventing high CPU usage in case of the large number of responses.
- core: get rid of a dirty hack preventing high CPU usage in case of the large number of responses ([#41]).

[#41]: https://github.com/elfo-rs/elfo/issues/41
[#125]: https://github.com/elfo-rs/elfo/issues/125

## [0.2.0-alpha.14] - 2024-02-27
Expand Down

0 comments on commit 2dd43b3

Please sign in to comment.