summaryrefslogtreecommitdiff
path: root/bip-0327.mediawiki
diff options
context:
space:
mode:
authorJonas Nick <jonasd.nick@gmail.com>2024-07-22 14:14:33 +0000
committersiv2r <siv2ram@gmail.com>2024-07-23 13:09:44 +0530
commit26bb1d8ea3e2f0f7e02e1ec37a4b70fbc0781f85 (patch)
treee7d050d01991c7b9ce75364790a440f1ca7555f2 /bip-0327.mediawiki
parent0d79b5eeb56af44281618b12d3ee35ef0de932e0 (diff)
bip-0327: 1.0.1 -> 1.0.2
(cherry picked from commit 4f2e6e7ffbd2fdc095ab8d59827be9da18b790be)
Diffstat (limited to 'bip-0327.mediawiki')
-rw-r--r--bip-0327.mediawiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki
index 77a0024..c9e88ab 100644
--- a/bip-0327.mediawiki
+++ b/bip-0327.mediawiki
@@ -782,6 +782,8 @@ An exception to this rule is <code>MAJOR</code> version zero (0.y.z) which is fo
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.
The <code>PATCH</code> version is incremented for other changes that are noteworthy (bug fixes, test vectors, important clarifications, etc.).
+* '''1.0.2''' (2024-07-22):
+** Fix minor bug in the specification of ''DeterministicSign'' and add small improvement to a ''PartialSigAgg'' test vector.
* '''1.0.1''' (2024-05-14):
** Fix minor issue in ''PartialSigVerify'' vectors.
* '''1.0.0''' (2023-03-26):
@@ -825,4 +827,4 @@ The <code>PATCH</code> version is incremented for other changes that are notewor
== Acknowledgements ==
-We thank Brandon Black, Riccardo Casatta, Lloyd Fournier, Russell O'Connor, and Pieter Wuille for their contributions to this document.
+We thank Brandon Black, Riccardo Casatta, Sivaram Dhakshinamoorthy, Lloyd Fournier, Russell O'Connor, and Pieter Wuille for their contributions to this document.