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 committed Dec 16, 2024
1 parent 1efa0a2 commit 0391e64
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-TODO): 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 mode functionality to identify misbehaving participants.
* Make threshold public key Taproot-safe by default.
* Make each participant encrypt and send self-share.
* *0.1.0* (2024-07-08): Publication of draft BIP on the bitcoin-dev mailing list

## Acknowledgments
Expand Down

0 comments on commit 0391e64

Please sign in to comment.