Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/iden3/circom
Browse files Browse the repository at this point in the history
  • Loading branch information
clararod9 committed Aug 26, 2022
2 parents 4e7f2d8 + 324c145 commit ccf9add
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release notes

## June 28, 2022 circom 2.0.8

#### Extensions
- Adding a link option -l that works as usual in other programming languages, to include a directory to look for the circuits indicated by the directive include.
- Adding a warning if the programmer is using the operator <-- when it is possible to use <== instead (if the right side is a quadratic expression).
- circom returns 0 if everything was correct and a number greater than 0 if something was wrong.
- Changing the log operator to work as usual in other programming languages.
- The keyword parallel can be used per instance instead of per template. Now, parallel can be indicated before the instantiation call to make parallel such a particular instance.
- Wasm Functions getMinorVersion and getPatchVersion to obtain the minor and the patch version.

#### Fixed Bugs
- Fixing the main.cpp to allow handling a main component without inputs.
- New log version has to be applied in every version of wasm files. (By a mistake, it was not updated for every wasm files.)

## August 19, 2022 circom 2.0.7

#### Extensions
Expand Down

0 comments on commit ccf9add

Please sign in to comment.