From 57b18f68794189753964bfb6e18e64385fed9c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clara=20Rodr=C3=ADguez?= Date: Thu, 22 Jun 2023 18:19:38 +0200 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) 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.