From 0fdf6ffdbb394a73c80978ae647322ceda8b9337 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 24 Jul 2026 16:18:24 -0600 Subject: [PATCH] bip360: add changelog entry for PR2202 --- bip-0360.mediawiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bip-0360.mediawiki b/bip-0360.mediawiki index 3ee5e341..380a75a2 100644 --- a/bip-0360.mediawiki +++ b/bip-0360.mediawiki @@ -415,6 +415,10 @@ A script tree output type, similar to to Pay-to-Taproot (P2TR), but with the qua To help implementers understand updates to this BIP, we keep a list of substantial changes. +* __0.12.1__ (2026-07-24): +** Add Python example implementation for construction of BIP 360 outputs and control blocks. +** Remove Rust and JS example implementations, which were moved to [https://github.com/jbride/libbitcoinpqc-bindings https://github.com/jbride/libbitcoinpqc-bindings]. +** Test vector updates and fixes. * __0.12.0__ (2026-06-18) - Make depth-zero script trees anyone-can-spend. * __0.11.0__ (2026-02-10) - Rename BIP from Pay-to-Tapscript-Hash (P2TSH) to Pay-to-Merkle-Root (P2MR) * __0.10.3__ (2026-02-06) - Rename tapscript-native output type to script tree output type.