1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-07-27 18:13:38 +00:00

Merge pull request #2217 from jonatack/2026-07-bip360-add-changelog-entry

bip360: add changelog entry for PR 2202
This commit is contained in:
Jon Atack
2026-07-26 12:22:38 -07:00
committed by GitHub

View File

@@ -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.