Skip to content

Commit c3082d6

Browse files
committed
docs: add release notes
1 parent 6db975b commit c3082d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@
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 now supports a
176+
[new `AssetSpecifier` field](https://github.com/lightninglabs/taproot-assets/pull/1812)
177+
that allows the user to specify the asset to burn by ID or GroupKey.
178+
The `asset` field is now deprecated.
174179

175180
## tapcli Additions
176181

@@ -189,6 +194,10 @@
189194
- CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821)
190195
includes unset and zero-valued proto fields (e.g. transaction output indexes).
191196
This ensures consistent output shape across all proto messages.
197+
198+
- The `tapcli assets burn` command now has a
199+
[new `--group_key` flag](https://github.com/lightninglabs/taproot-assets/pull/1812)
200+
that allows users to burn assets by group key.
192201

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

0 commit comments

Comments
 (0)