From 4a61847da9bb1f833a353ae2256d11ce0785587d Mon Sep 17 00:00:00 2001 From: Guillaume Michel Date: Wed, 3 Apr 2024 17:44:08 +0200 Subject: [PATCH] fix(kad): moving changelog entries `libp2p-kad` `v0.45.4` won't be released. Moving changes to `v0.46.0`. Pull-Request: #5292. --- protocols/kad/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index 0a561b14448..38809b8aafa 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -6,9 +6,6 @@ See [PR 3230](https://github.com/libp2p/rust-libp2p/pull/3230) - QueryClose progress whenever closer in range, instead of having to be the closest. See [PR 4934](https://github.com/libp2p/rust-libp2p/pull/4934). - -## 0.45.4 - - Add periodic and automatic bootstrap. See [PR 4838](https://github.com/libp2p/rust-libp2p/pull/4838). - Make it mandatory to provide protocol names when creating a `kad::Config`.