From d4af5c1b4ba7c60181e7e0b25380ef18c0c7e571 Mon Sep 17 00:00:00 2001 From: FrancoGiachetta Date: Mon, 23 Dec 2024 13:22:55 -0300 Subject: [PATCH] fix test and changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada29d3e63..d47d85919a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ #### [2.0.0-rc2] - 2024-12-12 -* fix: Add support for subtractions contenting references as right hand side operands [#1898](https://github.com/lambdaclass/cairo-vm/pull/1898) +* feat: Add support for subtractions contenting references as right hand side operands [#1898](https://github.com/lambdaclass/cairo-vm/pull/1898) * fix: Change wildcard getrandom dependency.