From 2a687c0795a99ce353d186c305c00feccba73bee Mon Sep 17 00:00:00 2001 From: Federica Date: Fri, 6 Jan 2023 15:13:30 -0300 Subject: [PATCH] Fix chanhgelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14165a464a..6b37e087ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ * Add new error type `HintError` [#676](https://github.com/lambdaclass/cairo-rs/pull/676) * Public Api changes: * `HintProcessor::execute_hint()` now returns a `HintError` instead of a `VirtualMachineError` - * helper functions on `hint_processor_utils.rs` now return a `HintError` + * Helper functions on `hint_processor_utils.rs` now return a `HintError` * Change the Dictionary used in dict hints to store MaybeRelocatable instead of BigInt [#687](https://github.com/lambdaclass/cairo-rs/pull/687) * Public Api changes: