From f641eaf3a5a8bce85e5609367885edd5bd498705 Mon Sep 17 00:00:00 2001 From: Albert Rubio <34064782+alrubio@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:04:58 +0200 Subject: [PATCH] extensions updated --- RELEASES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 091ca0eb1..182e2b6ed 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,8 +2,9 @@ ## April 23, 2024 circom 2.1.9 #### Extensions -- Improvement on error messages: providing more descriptive messages. -- Improvement on documentation and new sections: detailed explanation of applied simplification techniques and precise description circom of constraint related output formats. +- Improvement of error messages: providing more descriptive messages. +- Improvement of documentation and new sections: detailed explanation of the applied simplification techniques and precise description of constraint-related output formats. +- Allowing arbitrary number of different input names in the main component. #### Fixed bugs - Removing non-determinism in R1CS generation: fixing assignment order of anonymous components inputs.