docs: add release notes

This commit is contained in:
Oliver Gugger 2021-09-27 12:33:58 +02:00
parent 348405994c
commit 57d203c9f1
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -211,6 +211,11 @@ you.
with the `addInvoice` rpc interface. However, now the function has been with the `addInvoice` rpc interface. However, now the function has been
[exposed in the go package `invoicesrpc`](https://github.com/lightningnetwork/lnd/pull/5697). [exposed in the go package `invoicesrpc`](https://github.com/lightningnetwork/lnd/pull/5697).
* The `DeleteAllPayments` and `DeletePayment` RPC methods can now be called from
the command line with the [new
`lncli deletepayments`](https://github.com/lightningnetwork/lnd/pull/5699)
command.
## Code Health ## Code Health
### Code cleanup, refactor, typo fixes ### Code cleanup, refactor, typo fixes