ListSwap Update: Update release note

This commit is contained in:
Sam Korn 2025-04-03 19:15:37 -06:00
parent 5cc119b610
commit 6b3f270417
No known key found for this signature in database
GPG key ID: C54D890495E29E91

View file

@ -15,6 +15,12 @@ This file tracks release notes for the loop client.
## Next release
#### New Features
* [Enhance](https://github.com/lightninglabs/loop/pull/912) the
`loop listswaps` command by improving the ability to filter the
response. Use `--start_timestamp_ns` to return only swaps after
that timestamp. Use `--max_swaps` to limit total swap outputs.
Paging is enabled using the `next_start_time` field in the response.
#### Breaking Changes