docs: update release notes

This commit is contained in:
Keagan McClelland 2023-11-20 14:51:59 -07:00
parent a2cb3da145
commit 9fd18a7fd2

View File

@ -98,6 +98,12 @@
considered failed, thus there's no such thing as temp error for a non-MPP.
## lncli Updates
* [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).
This change makes all existing lncli commands have the appropriate doc tag
in the rpc definition to ensure that the autogenerated API documentation
properly specifies how to use the lncli command.
## Code Health
* [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867).