Skip to content

Commit 95f3918

Browse files
authored
Update RELEASES.md
1 parent 03eff26 commit 95f3918

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Release notes
2+
## November 4, 2022 circom 2.1.1
3+
#### Extensions
4+
- New feature of anonymous components: programmers can pass the parameters indicate the input names receiving the values.[See here](https://github.com/iden3/circom/blob/master/mkdocs/docs/circom-language/anonymous-components-and-tuples.md).
5+
- circom now exits with 0 when it finishes successfully (last version exists with Exist(0) which broke some projects).
6+
- Improving tags assignment: case multiple assignments in an array giving the same value to a tag.
7+
- Allowing in cpp the use of binary, octal and hexadecimal numbers as inputs from a json file
8+
- Adding support for non-64bit architectures.
9+
- Witness_calculator adapted to work with negative numbers in the json input.
10+
11+
#### Fixed bugs
12+
- Fixing bug in C++ witness generation: function Fr_toInt in fr.asm
13+
- Improving error handling division by zero (instead of throwing a panic)
14+
215
## October 11, 2022 circom 2.1.0
316
#### New features
417
- Tags: more information [here](https://github.com/iden3/circom/blob/master/mkdocs/docs/circom-language/tags.md).

0 commit comments

Comments
 (0)