Skip to content

Commit cda5c7a

Browse files
authored
update documentation
1 parent 514dc7d commit cda5c7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/lnd/release-notes/release-notes-0.18.3.md

+10
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ blinded path expiry.
8080
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9039) that would
8181
cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
8282
correctly on restart.
83+
84+
* [A bug related to sending dangling channel
85+
updates](https://github.com/lightningnetwork/lnd/pull/9046) after a
86+
reconnection for taproot channels has been fixed.
8387

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

269+
* [Fix](https://github.com/lightningnetwork/lnd/pull/9050) some inconsistencies
270+
to make the native SQL invoice DB compatible with the KV implementation.
271+
Furthermore fix a native SQL invoice issue where AMP subinvoice HTLCs are
272+
sometimes updated incorrectly on settlement.
273+
265274
## Code Health
266275

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

279288
# Contributors (Alphabetical Order)
280289

290+
* Alex Akselrod
281291
* Andras Banki-Horvath
282292
* bitromortac
283293
* Bufo

0 commit comments

Comments
 (0)