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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,19 @@
1
1
# Release notes
2
+
## November 12, 2024 circom 2.2.1
3
+
#### Improvements:
4
+
- Improving the use and heritance of tags inside buses. Now the values are propagated correctly following the same rules as arrays.
5
+
- Unassigned inputs: do not executing the circuit twice in C++.
6
+
- Allowing tag accesses of subcomponent input/output signals.
7
+
- Handling equality checks with dynamic size in witness generation code.
8
+
- Improving error messages.
9
+
- Improving error recovery in parser.
10
+
- Adding flag --constraint_assert_dissabled. When this flag is activated the compiler does not add asserts in the generated code (C++, WASM) for === constraint equalities
11
+
12
+
13
+
#### Fixed bugs:
14
+
- Importing function printDebug removed from WASM (circom tests from circomlib working now).
15
+
16
+
2
17
## October 07, 2024 circom 2.2.0
3
18
#### New features
4
19
- Buses: more information [here](https://github.com/iden3/circom/blob/master/mkdocs/docs/circom-language/buses.md).
0 commit comments