Skip to content

Commit 5fd5f0d

Browse files
Merge pull request #783 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 103cdc3 + df9f725 commit 5fd5f0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
fail to persist (and hence, propagate) node announcements containing address
6969
types (such as a DNS hostname) unknown to LND.
7070

71+
* [Fixed an edge case](https://github.com/lightningnetwork/lnd/pull/9150) where
72+
the payment may become stuck if the invoice times out while the node
73+
restarts, for details check [this
74+
issue](https://github.com/lightningnetwork/lnd/issues/8975#issuecomment-2270528222).
75+
7176
# New Features
7277

7378
* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for
@@ -257,6 +262,11 @@ The underlying functionality between those two options remain the same.
257262

258263
* Log rotation can now use ZSTD
259264

265+
* [Remove redundant
266+
iteration](https://github.com/lightningnetwork/lnd/pull/9496) over a node's
267+
persisted channels when updating the graph cache with a new node or node
268+
update.
269+
260270
## Deprecations
261271

262272
### ⚠️ **Warning:** The following RPCs will be removed in release version **0.21**:

0 commit comments

Comments
 (0)