Skip to content

Commit 7c6e2ba

Browse files
committed
docs: add release notes
1 parent 1ce13d9 commit 7c6e2ba

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
@@ -171,6 +171,10 @@
171171

172172
- The `AddrReceives` RPC now supports timestamp filtering with
173173
[new `StartTimestamp` and `EndTimestamp` fields](https://github.com/lightninglabs/taproot-assets/pull/1794).
174+
175+
- The `BurnAsset` RPC has a new field `asset` that allows the user to specify
176+
the asset to burn by ID or GroupKey. The previous `asset` field is deprecated
177+
and renamed as `asset_legacy`.
174178

175179
## tapcli Additions
176180

@@ -189,6 +193,9 @@
189193
- CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821)
190194
includes unset and zero-valued proto fields (e.g. transaction output indexes).
191195
This ensures consistent output shape across all proto messages.
196+
197+
- The `tapcli assets burn` command now has a new flag `--group_key` that
198+
allows users to burn assets by group key.
192199

193200
- The `tapcli addrs receives` command now supports
194201
[new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794).

0 commit comments

Comments
 (0)