Skip to content

Commit 496e429

Browse files
committed
BIP-352: add change log (SemVer format)
The first paragraph is taken from BIP-327, with the sentence about MAJOR version zero removed, as it's not relevant here (we don't track the pre-merge history).
1 parent 59cc43d commit 496e429

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

bip-0352.mediawiki

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,17 @@ A malicious notification could potentially cause the following issues:
483483
484484
Wallet designers can choose which tradeoffs they find appropriate. For example, a wallet could check the block filter to at least probabilistically confirm the likely existence of the UTXO, thus efficiently cutting down on spam. The payment could then be marked as unconfirmed until a scan is performed and the existence of the UTXO in accordance to the silent payment specification is verified.
485485

486+
== Change Log ==
487+
488+
To help implementers understand updates to this document, we attach a version number that resembles ''semantic versioning'' (<code>MAJOR.MINOR.PATCH</code>).
489+
The <code>MAJOR</code> version is incremented if changes to the BIP are introduced that are incompatible with prior versions.
490+
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.
491+
The <code>PATCH</code> version is incremented for other changes that are noteworthy (bug fixes, test vectors, important clarifications, etc.).
492+
493+
* '''1.0.1''' (2024-06-22):
494+
** Add steps to fail if private key sum is zero (for sender) or public key sum is point at infinity (for receiver), add corresponding test vectors.
495+
* '''1.0.0''' (2024-05-08):
496+
** Initial version, merged as BIP-352.
486497
487498
== Acknowledgements ==
488499

0 commit comments

Comments
 (0)