From 5b287e4891e6789cb6a00f285b0c5a8423dc9139 Mon Sep 17 00:00:00 2001 From: YairVaknin-starkware Date: Mon, 2 Dec 2024 16:51:35 +0200 Subject: [PATCH] changelog fix --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2238f6d297..88f3e4b959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ * chore: bump pip `cairo-lang` 0.13.3 [#1884](https://github.com/lambdaclass/cairo-vm/pull/1884) -#### [2.0.0-rc1] - 2024-11-20 -* chore: [#1855](https://github.com/lambdaclass/cairo-vm/pull/1880): +* chore: [#1880](https://github.com/lambdaclass/cairo-vm/pull/1880): * Refactor vm crate to make it possible to use hint extension feature for nested programs with hints. +#### [2.0.0-rc1] - 2024-11-20 + * feat: add `EvalCircuit` and `TestLessThanOrEqualAddress` hints [#1843](https://github.com/lambdaclass/cairo-vm/pull/1843) * fix: [#1873](https://github.com/lambdaclass/cairo-vm/pull/1873)