Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 5, 2024
1 parent 514dc7d commit cda5c7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/lnd/release-notes/release-notes-0.18.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ blinded path expiry.
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9039) that would
cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
correctly on restart.

* [A bug related to sending dangling channel
updates](https://github.com/lightningnetwork/lnd/pull/9046) after a
reconnection for taproot channels has been fixed.

# New Features
## Functional Enhancements
Expand Down Expand Up @@ -262,6 +266,11 @@ that validate `ChannelAnnouncement` messages.
our health checker to correctly shut down LND if network partitioning occurs
towards the etcd cluster.

* [Fix](https://github.com/lightningnetwork/lnd/pull/9050) some inconsistencies
to make the native SQL invoice DB compatible with the KV implementation.
Furthermore fix a native SQL invoice issue where AMP subinvoice HTLCs are
sometimes updated incorrectly on settlement.

## Code Health

* [Move graph building and
Expand All @@ -278,6 +287,7 @@ that validate `ChannelAnnouncement` messages.

# Contributors (Alphabetical Order)

* Alex Akselrod
* Andras Banki-Horvath
* bitromortac
* Bufo
Expand Down

0 comments on commit cda5c7a

Please sign in to comment.