Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bip-0360.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading