diff --git a/RELEASES.md b/RELEASES.md index 3e6f228e2..129ed9844 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,6 +6,7 @@ - Handling new prime numbers: pallas, vesta, grumpkin - Improving array access index computation in the code generated intermediate representation: using cheap addition and multiplication operations when possible. - Updating the documentation. +- Added check on the name of the circom file when --C is used to avoid clashes with reserved names. When the file is called main.circom, fr.circom or calcwit.circom it is changed to main_c, fr_c and calcwit_c respectively. #### Bugs - Fixing a bug while parsing anonymous components.