From 6b3f270417efb7bc759581eaec82138d2d5b994b Mon Sep 17 00:00:00 2001 From: Sam Korn Date: Thu, 3 Apr 2025 19:15:37 -0600 Subject: [PATCH] ListSwap Update: Update release note --- release_notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes.md b/release_notes.md index 38afc603..f8da6fd4 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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