From b815756c2530431f13056a5ed29d9214d259efd1 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 27 Sep 2025 00:25:06 +0000 Subject: [PATCH] update documentation --- docs/taproot-assets/release-notes/release-notes-0.7.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/taproot-assets/release-notes/release-notes-0.7.0.md b/docs/taproot-assets/release-notes/release-notes-0.7.0.md index 6788ff24..066c9e97 100644 --- a/docs/taproot-assets/release-notes/release-notes-0.7.0.md +++ b/docs/taproot-assets/release-notes/release-notes-0.7.0.md @@ -182,6 +182,10 @@ allows users to specify the amount to send to a V2 address that allows custom amounts (which is the case when a V2 address is created with an amount of 0). +- CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821) + includes unset and zero-valued proto fields (e.g. transaction output indexes). + This ensures consistent output shape across all proto messages. + # Improvements ## Functional Updates