From 3f87bb67768f4b88ae1db51291ba17807920bcc0 Mon Sep 17 00:00:00 2001 From: Gautam Botrel Date: Sun, 13 Feb 2022 12:08:54 -0600 Subject: [PATCH] docs: updated changelog for v0.6.3 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d996f87b..79984aa311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + + +## [v0.6.3] - 2022-02-13 + +### Feat +- MiMC changes: api doesn't take a "seed" parameter. MiMC impl matches Ethereum one. + +### Fix +- fixes [#255](https://github.com/consensys/gnark/issues/255) variable visibility inheritance regression +- counter was set with PLONK backend ID in R1CS +- R1CS Solver was incorrectly calling a "MulByCoeff" instead of "DivByCoeff" (no impact, coeff was always 1 or -1) +- SparseR1CS cbor unmarshal failed [#247](https://github.com/consensys/gnark/issues/247) for compiled.Term + + +### Pull Requests +- Merge pull request [#256](https://github.com/consensys/gnark/issues/256) from ConsenSys/fix-bug-compile-visibility +- Merge pull request [#249](https://github.com/consensys/gnark/issues/249) from ConsenSys/perf-ccs-hint +- Merge pull request [#248](https://github.com/consensys/gnark/issues/248) from ConsenSys/perf-ccs-solver +- Merge pull request [#247](https://github.com/consensys/gnark/issues/247) from ConsenSys/fix/plonk_cbor + + ## [v0.6.1] - 2022-01-28