From b148e730a3172c13fce297d4ccf7aecff314f13a Mon Sep 17 00:00:00 2001 From: Darius Clark Date: Wed, 28 Aug 2024 03:03:00 -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 306a741e9..7078b4b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - refactor: Reference `Block` in `BlockStore::put_block`. [PR 272](https://github.com/dariusc93/rust-ipfs/pull/272) - feat: Passthrough timeout to WantSession::new. [PR 265](https://github.com/dariusc93/rust-ipfs/pull/265) - chore: Update libp2p to 0.54. [PR 289](https://github.com/dariusc93/rust-ipfs/pull/289) -- chore: Change IpfsOptions visibility, remove UninitializedIpfs::{empty, with_opt}.[PR XXX](https://github.com/dariusc93/rust-ipfs/pull/XXX) +- chore: Change IpfsOptions visibility, remove UninitializedIpfs::{empty, with_opt}.[PR 294](https://github.com/dariusc93/rust-ipfs/pull/294) # 0.11.21 - chore: Put libp2p-webrtc-websys behind feature.