From 4d17c210a35bd50cd4f6a7f3b547c1733a6d186b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20RIBEAU?= Date: Fri, 6 Sep 2024 09:56:37 +0200 Subject: [PATCH] slight changes to changelog messages --- protocols/identify/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index 5bca560d169..3eac7da9f25 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -2,8 +2,8 @@ - Add `hide_listen_addrs` option to prevent leaking (local) listen addresses. See [PR 5507](https://github.com/libp2p/rust-libp2p/pull/5507). -- Add `with_cache_config` to fully configure the identify cache using the new `PeerAddressesConfig`. - Deprecating `with_cache_size` in favor of the new `with_cache_config`. +- Add `with_cache_config` to fully configure the identify cache using `PeerAddressesConfig`. + Deprecating `with_cache_size` in favor of `with_cache_config`. See [PR 5574](https://github.com/libp2p/rust-libp2p/pull/5574). ## 0.45.0