From ac25fd2287a0706ea0f54fa42692cdee09352bd2 Mon Sep 17 00:00:00 2001 From: Darius Clark Date: Fri, 6 Sep 2024 17:32:27 -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 ab92ab515..eb6be2e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ - refactor: Support multiple certificates for wss. [PR 295](https://github.com/dariusc93/rust-ipfs/pull/295) - refactor: Remove redundant static lifetime. [PR 301](https://github.com/dariusc93/rust-ipfs/pull/301) - refactor: Remove optional error from `UnixfsStatus`. -- refactor: Remove sled and redb datastore and dependency. +- refactor: Remove sled and redb datastore and dependency. [PR 304](https://github.com/dariusc93/rust-ipfs/pull/304) # 0.11.21 - chore: Put libp2p-webrtc-websys behind feature.