From adb9b576ae117f420b4df867cfc02b9856a372c5 Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:36:02 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be45039..cbda4b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ and this project adheres to Rust's notion of ## [0.11.2] - 2022-05-04 ### Fixed -- Groth16 prover now correctly computes query densitites with respect to linear +- Groth16 prover now correctly computes query densities with respect to linear combinations that contain coefficients of zero. - Fixed an infinite recursion bug in the `Display` implementation for `SynthesisError`.