Skip to content

Commit e801aed

Browse files
Merge pull request #866 from lightninglabs/docs-lnd
Update lnd documentation
2 parents c68d6ba + 98659fa commit e801aed

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9962) a case where the
3030
node may panic if it's running in the remote signer mode.
3131

32+
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9978) a deadlock which
33+
can happen when the peer start-up has not yet completed but a another p2p
34+
connection attempt tries to disconnect the peer.
35+
3236
# New Features
3337

3438
## Functional Enhancements

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ circuit. The indices are only available for forwarding events saved after v0.20.
9191
* [8](https://github.com/lightningnetwork/lnd/pull/9938)
9292
* [9](https://github.com/lightningnetwork/lnd/pull/9939)
9393
* [10](https://github.com/lightningnetwork/lnd/pull/9971)
94+
* [11](https://github.com/lightningnetwork/lnd/pull/9972)
9495

9596
## RPC Updates
9697

0 commit comments

Comments
 (0)