From 56fb5db5f86db8bb4c00bd2677640d2d534dd561 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 18 Nov 2021 13:24:24 +0000 Subject: [PATCH] Added missing changelog entries --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6836f4f..87b3f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`