Skip to content

Commit

Permalink
text: change log entry for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick authored and real-or-random committed Dec 19, 2024
1 parent 1efa0a2 commit 29f85f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,11 @@ An exception to this rule is `MAJOR` version zero (0.y.z) which is for developme
The `MINOR` 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 `PATCH` version is incremented for other noteworthy changes (bug fixes, test vectors, important clarifications, etc.).

* *0.2.0* (2024-12-19): In addition to various readability improvements to specification and reference implementation, the following major changes were implemented:
* Fix security vulnerability where the CertEq signature did not cover the entire message.
* Add blame functionality to identify faulty parties, including an investigation phase.
* Make threshold public key Taproot-safe by default.
* Let each participant encrypt the secret share intended for themselves so that it can be decrypted instead of re-derived during recovery. The encryption is symmetric to avoid the overhead of an ECDH computation.
* *0.1.0* (2024-07-08): Publication of draft BIP on the bitcoin-dev mailing list

## Acknowledgments
Expand Down

0 comments on commit 29f85f4

Please sign in to comment.