You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,17 @@
1
1
# 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
+
2
15
## October 11, 2022 circom 2.1.0
3
16
#### New features
4
17
- Tags: more information [here](https://github.com/iden3/circom/blob/master/mkdocs/docs/circom-language/tags.md).
0 commit comments