From cd1a81dbfb7e0f52a023cbdac4e27dd7b5b148bd Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 13 Oct 2021 22:55:22 +1100 Subject: [PATCH] Add changelog entry --- protocols/identify/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index b05cafa75e82..a64a05c23e81 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -5,6 +5,11 @@ - Update dependencies. +- Assist in peer discovery by returning reported listen addresses + of other peers from `addresses_of_peer`. See [PR 2232]. + +[PR 2232](https://github.com/libp2p/rust-libp2p/pull/2232) + # 0.30.0 [2021-07-12] - Update dependencies.