f one more change
authorMatt Corallo <git@bluematt.me>
Fri, 1 Jul 2022 01:11:27 +0000 (01:11 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 1 Jul 2022 01:12:46 +0000 (01:12 +0000)
CHANGELOG.md

index 67fca72f0fed9d5a58557cc92959988894dac770..98bbc10deb3c0987a0d26882d71ed372fea4e115 100644 (file)
@@ -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