From: Matt Corallo Date: Fri, 1 Jul 2022 01:11:27 +0000 (+0000) Subject: f one more change X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=d53fb6627d8f671facf2cab96a622c8a6e4d87cc;p=rust-lightning f one more change --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fca72f..98bbc10d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ for a given channel via `estimated_channel_liquidity_range` (#1549). * Options which cannot be changed at runtime have been moved from `ChannelConfig` to `ChannelHandshakeConfig` (#1529). + * `find_route` takes `&NetworkGraph` instead of `ReadOnlyNetworkGraph (#1583). * `ChannelDetails` now contains a copy of the current `ChannelConfig` (#1527). * The `lightning-invoice` crate now optionally depends on `serde`, with `Invoice` implementing `serde::{Deserialize,Serialize}` if enabled (#1548). @@ -42,9 +43,8 @@ serializing `ChannelConfig` using the LDK serialization API, however, if a backward compatibility wrapper is required, please open an issue. -In total, this release features 32 files changed, 1839 insertions, 490 -deletions in 31 commits from 9 authors, in alphabetical order: - +In total, this release features 32 files changed, 1868 insertions, 520 +deletions in 32 commits from 9 authors, in alphabetical order: * Antoine Riard * Daniel Granhão * Elias Rohrer