Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersTrier committed Aug 5, 2024
1 parent 1d40944 commit b26504f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@
## 2.2.2 - 2024-04-22
- Make DefaultEngine Send + Sync.
- Slightly faster `eval_poly()` (used in decoding).

## 3.0.0 - 2024-
- Relax shard len requirements to be divisible by 2 instead of 64. Note w.r.t. compatibility between versions: Shards of a length divisible by 64 are supported across versions.
- Improved types for internal data structures. This raises the Minimum Supported Rust Version (MSRV) to 1.80.
- Faster NoSimd engine.

0 comments on commit b26504f

Please sign in to comment.