Skip to content

Commit ca49ac9

Browse files
committed
docs: add release notes
1 parent 5a4428f commit ca49ac9

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
@@ -195,6 +195,11 @@
195195

196196
- The `AddrReceives` RPC now supports timestamp filtering with
197197
[new `StartTimestamp` and `EndTimestamp` fields](https://github.com/lightninglabs/taproot-assets/pull/1794).
198+
199+
- The `BurnAsset` RPC now supports a
200+
[new `AssetSpecifier` field](https://github.com/lightninglabs/taproot-assets/pull/1812)
201+
that allows the user to specify the asset to burn by ID or GroupKey.
202+
The `asset` field is now deprecated.
198203

199204
- The [FetchSupplyLeaves RPC endpoint](https://github.com/lightninglabs/taproot-assets/pull/1829)
200205
is now accessible without authentication when the universe server is
@@ -230,6 +235,10 @@
230235
- CLI JSON output [now](https://github.com/lightninglabs/taproot-assets/pull/1821)
231236
includes unset and zero-valued proto fields (e.g. transaction output indexes).
232237
This ensures consistent output shape across all proto messages.
238+
239+
- The `tapcli assets burn` command now has a
240+
[new `--group_key` flag](https://github.com/lightninglabs/taproot-assets/pull/1812)
241+
that allows users to burn assets by group key.
233242

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

0 commit comments

Comments
 (0)