Skip to content

Commit b549d32

Browse files
committed
Added missing changelog entries
1 parent 7d86bbb commit b549d32

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ Entries are listed in reverse chronological order.
1717
they can either move the checks into their own code, or migrate their
1818
consensus rules to match the RedDSA specification.
1919

20+
## 0.4.0
21+
22+
* Upgrade `rand` to 0.8, `rand_core` to 0.6, and `rand_chacha` to 0.3, together
23+
(#55)
24+
* Migrate to `jubjub 0.6` (#59)
25+
* Derive `Debug, PartialEq` (#67)
26+
* Restrict the maximum number of FROST participants to 255 by using `u8` (#66)
27+
28+
## 0.3.0
29+
30+
* Initial support for FROST (Flexible Round-Optimized Schnorr Threshold)
31+
signatures.
32+
2033
## 0.2.2
2134

2235
* Make `batch::Item: Clone + Debug` and add `batch::Item::verify_single`

0 commit comments

Comments
 (0)