From 3ebe916ef3ff111dbe866f43b8bc7bb35053c60f Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Wed, 29 Jul 2020 09:28:04 +0200 Subject: [PATCH] Update gossipsub changelog. --- protocols/gossipsub/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index d2a5c025..b1a156f3 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.??.? [????-??-??] + +- `Debug` instance for `Gossipsub`. [PR 1673](https://github.com/libp2p/rust-libp2p/pull/1673). + # 0.20.0 [2020-07-01] - Updated dependencies.