Skip to content

Commit

Permalink
docs(CHANGELOG): note about #116
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Nov 7, 2023
1 parent e540b5c commit 5ca0a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->

## [Unreleased] - ReleaseDate
### Fixed
- network: unrouted requests don't lead to infinite waiting anymore ([#116]).

[#116]: https://github.com/elfo-rs/elfo/pull/116

## [0.2.0-alpha.10] - 2023-10-11
### Added
Expand Down Expand Up @@ -72,7 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#102]: https://github.com/elfo-rs/elfo/pull/102

## [0.2.0-alpha.4] - 2023-07-06

### Fixed
- configurer: fix data race with empty mailbox ([#97])

Expand Down
1 change: 0 additions & 1 deletion elfo-core/src/topology.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ cfg_network!({
// Nothing for now, reserved for future use.
pub struct NodeDiscovery(());

// TODO: should undo register_remote in drop
#[stability::unstable]
pub struct RegisterRemoteGroupGuard<'a> {
book: &'a AddressBook,
Expand Down

0 comments on commit 5ca0a28

Please sign in to comment.