We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddd854 commit 14c1974Copy full SHA for 14c1974
protocols/identify/CHANGELOG.md
@@ -2,8 +2,8 @@
2
3
- Add `hide_listen_addrs` option to prevent leaking (local) listen addresses.
4
See [PR 5507](https://github.com/libp2p/rust-libp2p/pull/5507).
5
-- Add `with_cache_config` to fully configure the identify cache using the new `PeerAddressesConfig`.
6
- Deprecating `with_cache_size` in favor of the new `with_cache_config`.
+- Add `with_cache_config` to fully configure the identify cache using the `PeerAddressesConfig`.
+ Deprecating `with_cache_size` in favor of `with_cache_config`.
7
See [PR 5574](https://github.com/libp2p/rust-libp2p/pull/5574).
8
9
## 0.45.0
0 commit comments