Skip to content

Commit d5407da

Browse files
committed
updated changelog
1 parent acb909f commit d5407da

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

33
## 0.9.0 (2024-05-09)
4+
- [BREAKING] Merged `TraceLayout` into `TraceInfo` (#245).
5+
- Implemented Lagrange Kernel constraints (#247, )
6+
- [BREAKING] refactored `TraceOodFrame` struct (#266, #274).
7+
- [BREAKING] explicitly limited the number of auxiliary trace segments to 1 (#267).
8+
- Implemented additional field conversions for the `f64` field (#268).
9+
- [BREAKING] Added support for auxiliary proofs (#271).
10+
- Introduced async prover (enabled via `async` feature) (#280).
411
- [BREAKING] removed `group_vector_elements()` utility function (#282).
512
- [BREAKING] removed `FieldElement::zeroed_vector()` function (#282).
13+
- [BREAKING] removed previously deprecated re-exports of core modules.
14+
- Updated minimum supported Rust version to 1.78.
615

716
## 0.8.4 (2024-03-28) - `math` crate only
817
* Added more to/from conversions for `f64` field (#268).
@@ -15,7 +24,7 @@
1524
* Extended range of possible implementations of `ByteReader` and `ByteWriter`. (#262).
1625

1726
## 0.8.2 (2024-02-27) - `utils/core` crate only
18-
* Extend `write_many` to support `IntoIterator` (#251)
27+
* Extended `write_many` to support `IntoIterator` (#251)
1928

2029
## 0.8.1 (2024-02-21)
2130
* Refactored utils module re-exports to comply with latest clippy updates (#250).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<a href="https://github.com/novifinancial/winterfell/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
44
<img src="https://github.com/novifinancial/winterfell/workflows/CI/badge.svg?branch=main">
55
<a href="https://deps.rs/repo/github/novifinancial/winterfell"><img src="https://deps.rs/repo/github/novifinancial/winterfell/status.svg"></a>
6-
<img src="https://img.shields.io/badge/prover-rustc_1.75+-lightgray.svg">
7-
<img src="https://img.shields.io/badge/verifier-rustc_1.75+-lightgray.svg">
6+
<img src="https://img.shields.io/badge/prover-rustc_1.78+-lightgray.svg">
7+
<img src="https://img.shields.io/badge/verifier-rustc_1.78+-lightgray.svg">
88
<a href="https://crates.io/crates/winterfell"><img src="https://img.shields.io/crates/v/winterfell"></a>
99

1010
A STARK prover and verifier for arbitrary computations.

0 commit comments

Comments
 (0)