docs: add release notes for account payments

Add release notes for the new accounts payments CLI subcommand and
associated RPC endpoint to the v0.17.1 release notes document.
This commit is contained in:
cyberguru1 2026-05-28 17:29:12 -05:00
parent 0977e375d6
commit c6d81a8713
No known key found for this signature in database
GPG key ID: F0FB5ECF1A8786E6

View file

@ -33,6 +33,12 @@
### Functional Changes/Additions
* [Add accounts payments history subcommand](https://github.com/lightninglabs/lightning-terminal/pull/1316):
Added the `litcli accounts payments` subcommand and corresponding gRPC
endpoint `AccountPayments` to retrieve the off-chain payment history of
an account, supporting pagination (sorted in ascending lexicographical
order of their payment hash) and counting of total payments.
### Technical and Architectural Updates
* [Report litd's own version for `litd
@ -57,4 +63,5 @@
* 0xfandom
* bitromortac
* Cyberguru1
* Vandit Singh