Skip to content

Commit 5fc8f55

Browse files
Merge pull request #868 from lightninglabs/docs-lnd
Update lnd documentation
2 parents b2604ca + e52be2d commit 5fc8f55

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ circuit. The indices are only available for forwarding events saved after v0.20.
9999

100100
## Code Health
101101

102+
- [Increase itest coverage](https://github.com/lightningnetwork/lnd/pull/9990)
103+
for payments. Now the payment address is mandatory for the writer and
104+
reader of a payment request.
105+
102106
## Breaking Changes
103107
## Performance Improvements
104108

@@ -130,6 +134,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
130134
`channel_update` message and handle it explicitly throughout the code base
131135
instead of extracting it from the TLV stream at various call-sites.
132136

137+
* [Require invoices to include a payment address or blinded paths](https://github.com/lightningnetwork/lnd/pull/9752)
138+
to comply with updated BOLT 11 specifications before sending payments.
139+
133140
## Testing
134141

135142
* Previously, automatic peer bootstrapping was disabled for simnet, signet and
@@ -152,6 +159,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
152159
* Abdulkbk
153160
* Boris Nagaev
154161
* Elle Mouton
162+
* Erick Cestari
155163
* Funyug
156164
* Mohamed Awnallah
157165
* Pins
166+
* Ziggie

0 commit comments

Comments
 (0)