From 1fa3c46bd83783519e9c6c550354795eaf7012b9 Mon Sep 17 00:00:00 2001 From: Darius Clark Date: Fri, 25 Oct 2024 15:53:55 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5965003a..bded6120c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # 0.12.2 -- feat: Reimplement ConnectionEvents and PeerConnectionEvents stream via `Ipfs::{connection_events, peer_connection_events}`. [PR XXX](https://github.com/dariusc93/rust-ipfs/pull/XXX) - +- feat: Reimplement ConnectionEvents and PeerConnectionEvents stream via `Ipfs::{connection_events, peer_connection_events}`. [PR 320](https://github.com/dariusc93/rust-ipfs/pull/320) # 0.12.1 - fix: enable "wasm-bindgen" feature for `instant` when building wasm32 target.