From 9e3f22525daa9f14f5cee9a4584eb3c9d61405f9 Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Thu, 4 Apr 2024 17:23:27 +0200 Subject: [PATCH] ouroboros-network: added changelog entry --- ouroboros-network/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ouroboros-network/CHANGELOG.md b/ouroboros-network/CHANGELOG.md index 370ac929d50..3f26812d821 100644 --- a/ouroboros-network/CHANGELOG.md +++ b/ouroboros-network/CHANGELOG.md @@ -2,6 +2,13 @@ ## next version +### Breaking changes + +* `newPeerSharingAPI` requires `PublicPeerSelectionState` variable to be passed to it. +* `Diffusion.Arguments` requires `PublicPeerSelectionState`; the integration + code should make sure both `newPeerSharingAPI` and diffusion receives the + same mutable variable. + ## 0.13.1.0 -- 2023-03-20 ### Breaking changes