From e8e41f4efb129d556ac768ea84737ba54bd7ca28 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 19 Jun 2020 13:57:10 +0200 Subject: [PATCH] CHANGELOG.md: Add entry for disjoint-paths feature in libp2p-kad (#1617) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71a8e00..65f5a603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Version ??? + +- `libp2p-kad`: Optionally require iterative queries to use disjoint paths based + on S/Kademlia for increased resiliency in the presence of potentially + adversarial nodes. + [PR 1473](https://github.com/libp2p/rust-libp2p/pull/1473) + # Version 0.19.2 (2020-06-19) - Update `libp2p-ping` to version 0.19.2.