Skip to content

Commit faf69bd

Browse files
authored
Update RELEASES.md
1 parent 602d052 commit faf69bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Release notes
2-
## November 08, 2024 circom 2.2.1
2+
## November 12, 2024 circom 2.2.1
33
#### Improvements:
44
- Improving the use and heritance of tags inside buses. Now the values are propagated correctly following the same rules as arrays.
55
- Unassigned inputs: do not executing the circuit twice in C++.
66
- Allowing tag accesses of subcomponent input/output signals.
77
- Handling equality checks with dynamic size in witness generation code.
88
- Improving error messages.
99
- 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+
1012

1113
#### Fixed bugs:
1214
- Importing function printDebug removed from WASM (circom tests from circomlib working now).

0 commit comments

Comments
 (0)