From b54106d140db98fa145908f987ebdc65eb0c97bd Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 9 Mar 2021 17:54:23 +0100 Subject: [PATCH] protocols/request-response: Update CHANGELOG.md --- protocols/request-response/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protocols/request-response/CHANGELOG.md b/protocols/request-response/CHANGELOG.md index 0ba7568f..b7570f63 100644 --- a/protocols/request-response/CHANGELOG.md +++ b/protocols/request-response/CHANGELOG.md @@ -2,6 +2,9 @@ - Update `libp2p-swarm`. +- Close stream even when no response has been sent. + [PR 1987](https://github.com/libp2p/rust-libp2p/pull/1987). + # 0.9.1 [2021-02-15] - Make `is_pending_outbound` return true on pending connection.