Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Feb 1, 2025
1 parent 2765f6d commit d503642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.12.0 (TBD)
- [BREAKING] Added security estimate in unique decoding regime (#356).
- [BREAKING] Added option for algebraic batching to build DEPP polynomial (#357).
- [BREAKING] Updated serialization logic of the OOD frame (#358).
- [BREAKING] Removed GKR-related code (#359).


## 0.11.0 (2024-11-24)
- [BREAKING] Made the prover generic over the `ConstraintCommitment` type (#343).
Expand Down
2 changes: 1 addition & 1 deletion air/src/proof/ood_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl<E: FieldElement> TraceOodFrame<E> {
self.current_row.len() > self.main_trace_width
}

/// Returns the main/aux frame and Lagrange kernel frame as element vectors as described in
/// Returns the main/aux frames as a vector of elements described in
/// [`OodFrame::set_trace_states`].
fn to_trace_states(&self) -> Vec<E> {
let mut main_and_aux_frame_states = Vec::new();
Expand Down

0 comments on commit d503642

Please sign in to comment.