From ee6681d2deeac8fb4aa3eda07c086394c6acaf2c Mon Sep 17 00:00:00 2001 From: winderica Date: Mon, 8 Apr 2024 05:16:26 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ac112..9967aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ ### Bug Fixes +- [\#145](https://github.com/arkworks-rs/r1cs-std/pull/145) + - Avoid deeply nested `LinearCombinations` in `EvaluationsVar::interpolate_and_evaluate` to fix the stack overflow issue when calling `.value()` on the evaluation result. + ## 0.4.0 - [\#117](https://github.com/arkworks-rs/r1cs-std/pull/117) Fix result of `precomputed_base_scalar_mul_le` to not discard previous value.