Skip to content

Commit 2061c79

Browse files
committed
f changelog notes from elias
1 parent 7432416 commit 2061c79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
to the latest state and continue operating without channel loss (#1564).
99
* A `NodeAlias` struct has been added which handles string sanitization for
1010
node aliases via the `Display` trait (#1544).
11-
* `ProbabilisticScoringParameters` now a `banned_nodes` set which we will
12-
never route through when using a `ProbabilisticScorer` (#1550).
11+
* `ProbabilisticScoringParameters` now has a `banned_nodes` set which we will
12+
never route through during path finding (#1550).
1313
* `ProbabilisticScoringParameters` now offers an `anti_probing_penalty_msat`
1414
option to prefer channels which afford better privacy when routing (#1555).
1515
* `ProbabilisticScorer` now provides access to its estimated liquidity range
@@ -39,7 +39,7 @@
3939
with any previous version of LDK. Attempts to read values written by a
4040
previous version of LDK will fail and attempts to read newly written objects
4141
using a previous version of LDK will fail. It is not expected that users are
42-
serializing `ChannelConfig` using the LDK serialization API, however if a
42+
serializing `ChannelConfig` using the LDK serialization API, however, if a
4343
backward compatibility wrapper is required, please open an issue.
4444

4545
In total, this release features 32 files changed, 1839 insertions, 490
@@ -49,8 +49,8 @@ deletions in 31 commits from 9 authors, in alphabetical order:
4949
* Daniel Granhão
5050
* Elias Rohrer
5151
* Jeffrey Czyz
52-
* Matt
5352
* Matt Corallo
53+
* Matt Faltyn
5454
* NicolaLS
5555
* Valentine Wallace
5656
* Wilmer Paulino

0 commit comments

Comments
 (0)