diff --git a/docs/taproot-assets/release-notes/release-notes-0.7.0.md b/docs/taproot-assets/release-notes/release-notes-0.7.0.md index ac077381..8949b032 100644 --- a/docs/taproot-assets/release-notes/release-notes-0.7.0.md +++ b/docs/taproot-assets/release-notes/release-notes-0.7.0.md @@ -75,6 +75,7 @@ - https://github.com/lightninglabs/taproot-assets/pull/1784 - https://github.com/lightninglabs/taproot-assets/pull/1777 - https://github.com/lightninglabs/taproot-assets/pull/1796 + - https://github.com/lightninglabs/taproot-assets/pull/1797 - A new [address version 2 was introduced that supports grouped assets and custom (sender-defined) @@ -145,6 +146,12 @@ - [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the `MintAsset` RPC message field from `universe_commitments` to `enable_supply_commitments`. +- [Enhanced RFQ accepted quote messages with asset identification fields](https://github.com/lightninglabs/taproot-assets/pull/1805): + The `PeerAcceptedBuyQuote` and `PeerAcceptedSellQuote` proto messages + now include asset ID and asset group pub key fields (via the `AssetSpecBytes` + message), allowing clients to directly associate quotes with their + corresponding assets without manual tracking. + - The `SubscribeSendEvents` RPC now supports [historical event replay of completed sends with efficient database-level filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).