From c6d81a871311bcf7845675615010196e8223b31b Mon Sep 17 00:00:00 2001 From: cyberguru1 Date: Thu, 28 May 2026 17:29:12 -0500 Subject: [PATCH] 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. --- docs/release-notes/release-notes-0.17.1.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.17.1.md b/docs/release-notes/release-notes-0.17.1.md index 888c9cfc..ce3ca83d 100644 --- a/docs/release-notes/release-notes-0.17.1.md +++ b/docs/release-notes/release-notes-0.17.1.md @@ -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