Skip to content

Commit

Permalink
Add CHANGELOG for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkforest committed Sep 5, 2023
1 parent 91e8004 commit c26ddaf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions curve25519-dalek/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ major series.

## 4.x series

### Unreleased

* Add implementations of the `ff` and `group` traits, behind the `group` feature flag.
### 4.1.0

* Add arbitrary integer multiplication with `MontgomeryPoint::mul_bits_be`
* Add implementations of the `ff` and `group` traits, behind the `group` feature flag
* Adapt to new types introduced in `fiat-crypto` 0.2 in `fiat` backend
* Fix `no_std` for `fiat` backend
* Mark `Scalar::clamp_integer` as `#[must_use]`
* Various documentation fixes

### 4.0.0

Expand Down

0 comments on commit c26ddaf

Please sign in to comment.