Skip to content

Commit 9544500

Browse files
committed
f new entry, fix comments
1 parent e996b71 commit 9544500

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
added to allow a penalty that is only amount-dependent (#1617).
1313
* `ProbabilisticScoringParameters::amount_penalty_multiplier_msat` was renamed
1414
`liquidity_penalty_amount_multiplier_msat` (#1617).
15-
* Support has been added for DNS hostnames in the `NetAddress` type, as
16-
described in BOLT PR 911 (#1553).
15+
* A new `Event::HTLCHandlingFailed` has been added which provides visibility
16+
into failures to forward/claim accepted HTLCs (#1403).
17+
* Support has been added for DNS hostnames in the `NetAddress` type, see
18+
[BOLT PR #911](https://github.com/lightning/bolts/pull/911) (#1553).
1719
* `GossipSync` now has `rapid`, `p2p`, and `none` constructors (#1618).
1820
* `lightning-net-tokio` no longer requires types to be in `Arc`s (#1623).
1921
* The `htlc_maximum_msat` field is now required in `ChannelUpdate` gossip
@@ -22,7 +24,7 @@
2224
individual channel/node data, primarily for bindings users (#1543).
2325
* `FeeEstimator` implementations are now wrapped internally to ensure values
2426
below 253 are never used (#1552).
25-
* Route selection no longer attempts to randomize path selection, this is
27+
* Route selection no longer attempts to randomize path selection. This is
2628
unlikely to lead to a material change in the paths selected (#1610).
2729

2830
## Bug Fixes

0 commit comments

Comments
 (0)