diff --git a/halo2_proofs/CHANGELOG.md b/halo2_proofs/CHANGELOG.md index 01511fcd8b..7b0164a483 100644 --- a/halo2_proofs/CHANGELOG.md +++ b/halo2_proofs/CHANGELOG.md @@ -189,7 +189,7 @@ All APIs that represented witnessed values as `Option` now represent them as directly, and returns `VerificationStrategy::Output` instead of `Guard`. - `ConstraintSystem::enable_equality` and `ConstraintSystem::query_any` now take `Into>` instead of `Column` as a parameter to avoid - excesive `.into()` usage. + excessive `.into()` usage. - `Error` has been overhauled: - `Error` now implements `std::fmt::Display` and `std::error::Error`. - `Error` no longer implements `PartialEq`. Tests can check for specific