Skip to content

Commit 13a399f

Browse files
committed
docs: add release notes
1 parent b8a0e12 commit 13a399f

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
@@ -182,6 +186,9 @@
182186
allows users to specify the amount to send to a V2 address that allows custom
183187
amounts (which is the case when a V2 address is created with an amount of 0).
184188

189+
- The `tapcli assets burn` command now has a new flag `--group_key` that
190+
allows users to burn assets by group key.
191+
185192
# Improvements
186193

187194
## Functional Updates

0 commit comments

Comments
 (0)