From 7a948c33f854e4d79ee5b18dd7c3a80ea8956af2 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 14 Oct 2024 17:28:25 +0000 Subject: [PATCH] Add CHANGELOG entry for 0.0.125 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 121755a1268..ce32ec03ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 0.0.125 - Oct 14, 2024 - "Delayed Beta Testing" + +## Bug Fixes + * On upgrade to 0.0.124, channels which were at a steady-state (i.e. for which + the counterparty has received our latest `revoke_and_ack` message) will + force-close upon receiving the next channel state update from our + counterparty. When built with debug assertions a debug assertion failure will + occur instead. + * Listeners in a `ChainListenerSet` will now have their `block_connected` + method called, when appropriate, rather than always having their + `filtered_block_connected` method called with full block data. + * Routefinding historical liquidity channel scores were made more consistent + for channels which have very little data which has been decayed. + * A debug assertion failure when adding nodes to the network graph after + removal of nodes from the network graph was fixed. + +In total, this release features 4 files changed, 27 insertions, 7 +deletions in 4 commits since 0.0.124 from 2 authors, in alphabetical order: + + * Elias Rohrer + * Matt Corallo + + # 0.0.124 - Sep 3, 2024 - "Papercutting Feature Requests" ## API Updates