1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-04-27 16:38:39 +00:00

Merge pull request #2148 from boskodev790/fix/bip-0003-reference-broken-link-in-changelog-entries

Fix BIP3 link in BIP360, touch up BIP3 reference in BIP347
This commit is contained in:
Jon Atack
2026-04-23 20:03:26 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ A full test suite with additional vectors can be found at the Bitcoin [https://g
==Changelog==
* __1.0.0__ (2026-03-01) - Marked as complete.
* __0.3.1__ (2026-01-23) - Made compliant with BIP 003, use cases added.
* __0.3.1__ (2026-01-23) - Made compliant with [[bip-0003.md|BIP 3]], use cases added.
* __0.3.0__ (2024-05-06) - Merged to BIP repo
* __0.2.0__ (2024-04-24) - Assigned BIP number
* __0.1.0__ (2023-12-11) - Initial draft posted

View File

@@ -401,7 +401,7 @@ To help implementers understand updates to this BIP, we keep a list of substanti
* __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.
* __0.10.2__ (2026-01-23) - Fix bug in verification, minor review comments and adopt [[bip-0003.mediawiki|BIP 003]] conventions.
* __0.10.2__ (2026-01-23) - Fix bug in verification, minor review comments and adopt [[bip-0003.md|BIP 3]] conventions.
* __0.10.1__ (2026-01-21) - Terminology and clarity improvements, addressed feedback from reviews.
* __0.10.0__ (2025-09-17) - Rewrote BIP for clarity and renamed from P2QRH to P2TSH
* __0.9.0__ (2025-07-20) - Changed the Witness Version from 3 to 2.