docs: add release notes

This commit is contained in:
positiveblue 2022-04-01 09:40:03 -07:00
parent f3fdf8d28e
commit fdfdd10e86
No known key found for this signature in database
GPG Key ID: 4FFF2510928804DC

@ -27,6 +27,9 @@ then watch it on chain. Taproot script spends are also supported through the
* [Update description for `state` command](https://github.com/lightningnetwork/lnd/pull/6237).
* Add [update node announcement](https://github.com/lightningnetwork/lnd/pull/5587)
for updating and propagating node information.
## Bug Fixes
* [Pipelining an UpdateFulfillHTLC message now only happens when the related UpdateAddHTLC is locked-in.](https://github.com/lightningnetwork/lnd/pull/6246)
@ -173,6 +176,8 @@ then watch it on chain. Taproot script spends are also supported through the
* [Improve validation of a PSBT packet when handling a request to finalize it.](https://github.com/lightningnetwork/lnd/pull/6217)
* [Add new Peers subserver](https://github.com/lightningnetwork/lnd/pull/5587) with a new endpoint for updating the `NodeAnnouncement` data without having to restart the node.
## Documentation
* Improved instructions on [how to build lnd for mobile](https://github.com/lightningnetwork/lnd/pull/6085).