Skip to content

Commit 646e5b9

Browse files
Merge pull request #922 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 1e4262e + e55e9b4 commit 646e5b9

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

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

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
send unnecessary `channel_announcement` and `node_announcement` messages when
4343
replying to a `gossip_timestamp_filter` query.
4444

45+
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10189) a case in the
46+
sweeper where some outputs would not be resolved due to an error string
47+
mismatch.
48+
4549
# New Features
4650

4751
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)
@@ -152,22 +156,22 @@ circuit. The indices are only available for forwarding events saved after v0.20.
152156
* Only [fetch required
153157
fields](https://github.com/lightningnetwork/lnd/pull/9923) during graph
154158
cache population.
155-
* Add graph schemas, queries and CRUD:
156-
* [1](https://github.com/lightningnetwork/lnd/pull/9866)
157-
* [2](https://github.com/lightningnetwork/lnd/pull/9869)
158-
* [3](https://github.com/lightningnetwork/lnd/pull/9887)
159-
* [4](https://github.com/lightningnetwork/lnd/pull/9931)
160-
* [5](https://github.com/lightningnetwork/lnd/pull/9935)
161-
* [6](https://github.com/lightningnetwork/lnd/pull/9936)
162-
* [7](https://github.com/lightningnetwork/lnd/pull/9937)
163-
* [8](https://github.com/lightningnetwork/lnd/pull/9938)
164-
* [9](https://github.com/lightningnetwork/lnd/pull/9939)
165-
* [10](https://github.com/lightningnetwork/lnd/pull/9971)
166-
* [11](https://github.com/lightningnetwork/lnd/pull/9972)
159+
* Add graph schemas, queries and CRUD:
160+
[[1](https://github.com/lightningnetwork/lnd/pull/9866),
161+
[2](https://github.com/lightningnetwork/lnd/pull/9869),
162+
[3](https://github.com/lightningnetwork/lnd/pull/9887),
163+
[4](https://github.com/lightningnetwork/lnd/pull/9931),
164+
[5](https://github.com/lightningnetwork/lnd/pull/9935),
165+
[6](https://github.com/lightningnetwork/lnd/pull/9936),
166+
[7](https://github.com/lightningnetwork/lnd/pull/9937),
167+
[8](https://github.com/lightningnetwork/lnd/pull/9938),
168+
[9](https://github.com/lightningnetwork/lnd/pull/9939),
169+
[10](https://github.com/lightningnetwork/lnd/pull/9971),
170+
[11](https://github.com/lightningnetwork/lnd/pull/9972)]
167171
* Add graph SQL migration logic:
168-
* [1](https://github.com/lightningnetwork/lnd/pull/10036)
169-
* [2](https://github.com/lightningnetwork/lnd/pull/10050)
170-
* [3](https://github.com/lightningnetwork/lnd/pull/10038)
172+
[[1](https://github.com/lightningnetwork/lnd/pull/10036),
173+
[2](https://github.com/lightningnetwork/lnd/pull/10050),
174+
[3](https://github.com/lightningnetwork/lnd/pull/10038)]
171175

172176
## RPC Updates
173177
* Previously the `RoutingPolicy` would return the inbound fee record in its

0 commit comments

Comments
 (0)