Skip to content

Commit 2a82a5c

Browse files
committed
docs: release notes for addrs receives pagination
1 parent 1609a54 commit 2a82a5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/release-notes/release-notes-0.7.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@
168168
user to specify a custom amount to send to a V2 address that doesn't have an
169169
amount specified.
170170

171+
- The `AddrReceives` RPC has new fields `limit`, `offset` and `direction` that
172+
allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
173+
171174
## tapcli Additions
172175

173176
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
@@ -182,6 +185,9 @@
182185
allows users to specify the amount to send to a V2 address that allows custom
183186
amounts (which is the case when a V2 address is created with an amount of 0).
184187

188+
- The `tapcli addrs receives` command now has new flags `--limit`, `--offset` and
189+
`--direction` that allows pagination and sorting. [See PR](https://github.com/lightninglabs/taproot-assets/pull/1813).
190+
185191
# Improvements
186192

187193
## Functional Updates

0 commit comments

Comments
 (0)