Skip to content

Commit b708ccf

Browse files
Merge pull request #875 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 3bbebb1 + 80dc6ce commit b708ccf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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
@@ -42,6 +42,10 @@
4242
- Fixed a [case](https://github.com/lightningnetwork/lnd/pull/10045) that a
4343
panic may happen which prevents the node from starting up.
4444

45+
- Fixed a [case](https://github.com/lightningnetwork/lnd/pull/10048) where we
46+
would not be able to decode persisted data in the utxo nursery and therefore
47+
would fail to start up.
48+
4549
# New Features
4650

4751
## Functional Enhancements

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
announcement remains unchanged until the new one is fully signed and
2727
validated.
2828

29+
- Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042)
30+
when we fail starting up LND before we startup the chanbackup sub-server.
31+
2932
# New Features
3033

3134
## Functional Enhancements
@@ -92,6 +95,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
9295
* [9](https://github.com/lightningnetwork/lnd/pull/9939)
9396
* [10](https://github.com/lightningnetwork/lnd/pull/9971)
9497
* [11](https://github.com/lightningnetwork/lnd/pull/9972)
98+
* Add graph SQL migration logic:
99+
* [1](https://github.com/lightningnetwork/lnd/pull/10036)
95100

96101
## RPC Updates
97102
* Previously the `RoutingPolicy` would return the inbound fee record in its
@@ -109,6 +114,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
109114
for payments. Now the payment address is mandatory for the writer and
110115
reader of a payment request.
111116

117+
- [Refactored](https://github.com/lightningnetwork/lnd/pull/10018) `channelLink`
118+
to improve readability and maintainability of the code.
119+
112120
## Breaking Changes
113121
## Performance Improvements
114122

0 commit comments

Comments
 (0)