diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index a4b1c7f7dc07..b1c6b71bacd9 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,8 +1,6 @@ ## 0.46.1 - unreleased - Adds scoring for slow peers and introduces a message to inform the application of slow peers. -- Adds metrics for priority and non-priority queue lengths. - - Removes the control pool and sends control messages on demand. - Implement backpressure by differentiating between priority and non priority messages. diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index 65dce4b002a5..644f00042b98 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -1,5 +1,7 @@ ## 0.44.1 +- add PeerId to ListenFailure. + - Implement `Clone` & `Copy` for `FromSwarm. This makes it easier to forward these events when wrapping other behaviours. See [PR 4825](https://github.com/libp2p/rust-libp2p/pull/4825).