Skip to content

Commit d447a19

Browse files
committed
BIP-375: add changelog section
Add Changelog section Begin with version 0.1.0 as this BIP is Draft phase
1 parent b217897 commit d447a19

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

bip-0375.mediawiki

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,18 @@ Use the provided [[bip-0375/test_runner.py|test runner]] to validate each test v
400400
| large PSBT with nine mixed inputs / six outputs - some inputs signed
401401
|}
402402

403+
== Changelog ==
404+
405+
To help implementers understand updates to this document, we attach a version number that resembles ''semantic versioning'' (<code>MAJOR.MINOR.PATCH</code>).
406+
The <code>MAJOR</code> version is incremented if changes to the BIP are introduced that are incompatible with prior versions.
407+
The <code>MINOR</code> version is incremented whenever the inputs or the output of an algorithm changes in a backward-compatible way or new backward-compatible functionality is added.
408+
The <code>PATCH</code> version is incremented for other changes that are noteworthy (bug fixes, test vectors, important clarifications, etc.).
409+
410+
* '''0.1.1''' (2026-04-16):
411+
** Add test vectors and reference for validating Sending Silent Payments with PSBTs.
412+
* '''0.1.0''' (2025-01-13):
413+
** Initial version, merged as BIP-375.
414+
403415
==Rationale==
404416

405417
<references/>

0 commit comments

Comments
 (0)