From cbb52c1242d6cf51c8c9d2aa681bdf317044766d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s?= Date: Thu, 20 Apr 2023 14:54:00 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2024564a4..083479e7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ #### Upcoming Changes +* Add missing hint on uint256_improvements lib [#1024](https://github.com/lambdaclass/cairo-rs/pull/1024): + + `BuiltinHintProcessor` now supports the following hint: + + ```python + res = ids.a + ids.b + ids.carry = 1 if res >= ids.SHIFT else 0 + ``` + * Add missing hint on uint256_improvements lib [#1016](https://github.com/lambdaclass/cairo-rs/pull/1016): `BuiltinHintProcessor` now supports the following hint: