Skip to content

Commit

Permalink
Update changelog for release 1.0.0-rc.2 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieesk committed Nov 15, 2023
1 parent 05f378c commit 3a6ad56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions frost-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Entries are listed in reverse chronological order.

## Unreleased


## Released

## 1.0.0-rc.0

* The `frost-core::frost` module contents were merged into `frost-core`, thus
Expand All @@ -23,8 +26,10 @@ Entries are listed in reverse chronological order.
`PublicKeyPackage::from_dkg_commitments` to create a `PublicKeyPackage` from
the commitments generated in trusted dealer or distributed key generation.
* Ciphersuite crates now re-export `serde` if enabled.

## Released
* Convert all `HashMaps` to `BTreeMaps`.
* Update some field names in `KeyPackage`, `Package`, `SecretShare` and `PublicKeyPackage`.
* Add generate Randomizer by hashing `SigningPackage`
* Add postcard-serde-encoded serialization as the default

## 0.7.0

Expand Down

0 comments on commit 3a6ad56

Please sign in to comment.