Skip to content

Commit

Permalink
Updating the releases file
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Isabel Márquez authored and Miguel Isabel Márquez committed Jan 16, 2023
1 parent 93fc176 commit 68f3273
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Release notes

## January 16, 2023 circom 2.1.3
#### Extensions
- Improving error messages: invalid access and invalid assignment.
- Avoiding side effects in out of bounds log operations.
- Adding check to detect components that are created but do not receive all their inputs.
- Fixing field size of goldilocks when writing r1cs file.

#### Fixed Bugs
- Fixing a problem with the use of integer division and ===, <== operators. If an integer division is involved in the expression of one of these operators, then we consider the expression as no quadratic.
- Fixing bug in code generation of constraint equalities with arrays


## November 7, 2022 circom 2.1.2

#### Fixed bugs
Expand Down

0 comments on commit 68f3273

Please sign in to comment.