Added missing changelog entries

This commit is contained in:
Jack Grigg 2021-11-18 13:24:24 +00:00
parent a34b04c0ad
commit 56fb5db5f8
1 changed files with 13 additions and 0 deletions

View File

@ -17,6 +17,19 @@ Entries are listed in reverse chronological order.
they can either move the checks into their own code, or migrate their
consensus rules to match the RedDSA specification.
## 0.4.0
* Upgrade `rand` to 0.8, `rand_core` to 0.6, and `rand_chacha` to 0.3, together
(#55)
* Migrate to `jubjub 0.6` (#59)
* Derive `Debug, PartialEq` (#67)
* Restrict the maximum number of FROST participants to 255 by using `u8` (#66)
## 0.3.0
* Initial support for FROST (Flexible Round-Optimized Schnorr Threshold)
signatures.
## 0.2.2
* Make `batch::Item: Clone + Debug` and add `batch::Item::verify_single`