Skip to content

Commit 9cd15a7

Browse files
committed
docs: add release notes
1 parent 9c47a23 commit 9cd15a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

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

171+
- The `BurnAsset` RPC has a new field `asset` that allows the user to specify
172+
the asset to burn by ID or GroupKey. The previous `asset` field is deprecated
173+
and renamed as `asset_legacy`.
174+
171175
## tapcli Additions
172176

173177
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
@@ -185,6 +189,9 @@
185189
- CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821)
186190
includes unset and zero-valued proto fields (e.g. transaction output indexes).
187191
This ensures consistent output shape across all proto messages.
192+
193+
- The `tapcli assets burn` command now has a new flag `--group_key` that
194+
allows users to burn assets by group key.
188195

189196
# Improvements
190197

0 commit comments

Comments
 (0)