From 24fc5634ec082d5af15f85a6f8e39def05271bd4 Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Thu, 21 Dec 2023 18:03:39 -0300 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1d2ae07a..211777f9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ #### Upcoming Changes -* feat(breaking): Replace `cairo-felt` crate with `stark-felt` [#1408](https://github.com/lambdaclass/cairo-vm/pull/1408) +* feat(BREAKING): Replace `cairo-felt` crate with `starknet-types-core` `Felt` [#1408](https://github.com/lambdaclass/cairo-vm/pull/1408) -* feat/BREAKING: Add Cairo 1 proof mode compilation and execution [#1517] (https://github.com/lambdaclass/cairo-vm/pull/1517) +* feat(BREAKING): Add Cairo 1 proof mode compilation and execution [#1517] (https://github.com/lambdaclass/cairo-vm/pull/1517) * In the cairo1-run crate, now the Cairo 1 Programs are compiled and executed in proof-mode * BREAKING: Remove `CairoRunner.proof_mode: bool` field and replace it with `CairoRunner.runner_mode: RunnerMode`