From 1fa04847b1a44b487802f3433204270b4cfeef61 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 15 Oct 2025 00:26:37 +0000 Subject: [PATCH] update documentation --- docs/taproot-assets/release-notes/release-notes-0.7.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 1710804f..642f6ad4 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 @@ -149,6 +149,14 @@ controls whether the peer's identity public key is sent to the local price oracle when querying asset price rates. +- Tap channels now use + [feature bits](https://github.com/lightninglabs/taproot-assets/pull/1748), in + order to provide a safe way to upgrade the channels into using new features + without breaking backwards compatibility. This way a new feature will become + active over a channel only when both peers decide to use it. When funding a + channel or upon reconnection we check that the required features are supported + by the remote party before proceeding. + ## RPC Additions - The [price oracle RPC calls now have an intent, optional peer ID and metadata