protocols/request-response: Update CHANGELOG.md

This commit is contained in:
Max Inden 2021-03-09 17:54:23 +01:00
parent ed6f972162
commit 67c465c726
No known key found for this signature in database
GPG Key ID: 888449134FDBF31A

View File

@ -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.