Skip to content

Commit cc7181e

Browse files
authored
Update RELEASES.md (version 2.1.8)
1 parent 5be9592 commit cc7181e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release notes
22

3+
## Jan 17, 2024 circom 2.1.8
4+
5+
#### Extensions
6+
- Adding flag --simplification_substitutions: outputs a .json file including information about the substitutions performed during the constraint simplifications
7+
- Adding the prime number secq256r1.
8+
- Removing non-determinism in R1CS generation: fixing assignment order of anonymous components inputs
9+
- improving error message: case assignment to signal of not initialized component
10+
- Removing unnecessary clones
11+
- Improving documentation: types of signal assignments, output-file format descriptions, compilation options,
12+
- Improving the README file with more community tools and projects.
13+
14+
#### Fixed bugs
15+
- printing errors and warnings in custom gates correctly
16+
- removing panic caused by edge case in function display_trace()
17+
18+
319
## Dec 15, 2023 circom 2.1.7
420

521
#### Extensions

0 commit comments

Comments
 (0)