From 022e49987484f1f2344340930204219ff25f6245 Mon Sep 17 00:00:00 2001 From: Darius Clark Date: Sat, 28 Sep 2024 14:12:02 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3d2eb72..07722f47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - chore: Replace tokio-stream `StreamMap` with pollable-map `StreamMap`. [PR 306](https://github.com/dariusc93/rust-ipfs/pull/306) - chore: Provide `BitswapMessage` instead of `bitswap_pb::Message`. [PR 308](https://github.com/dariusc93/rust-ipfs/pull/308) - refactor: bump msrv to 1.80 -- refactor: Add custom error for ipns, added `Borrow`, `Borrow` and `Into` to different function signatures. [PR XXX](https://github.com/dariusc93/rust-ipfs/pull/XXX) +- refactor: Add custom error for ipns, added `Borrow`, `Borrow` and `Into` to different function signatures. [PR 309](https://github.com/dariusc93/rust-ipfs/pull/309) # 0.11.21 - chore: Put libp2p-webrtc-websys behind feature.