You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@
36
36
37
37
* fix: Check overflow in cairo pie address calculation [#1945](https://github.com/lambdaclass/cairo-vm/pull/1945)
38
38
39
+
- fix: `mod_builtin_fill_memory` raises when `n=0`[#1935](https://github.com/lambdaclass/cairo-vm/pull/1935)
40
+
39
41
#### [2.0.0-rc5] - 2025-02-24
40
42
41
43
* fix: Fix Cairo Pie limiting the number of segments to 2^16 [#1960](https://github.com/lambdaclass/cairo-vm/pull/1960)
@@ -51,6 +53,8 @@
51
53
52
54
* feat: remove `NonZeroReservedBits` from `VirtualMachineError`[#1948](https://github.com/lambdaclass/cairo-vm/pull/1948)
53
55
56
+
- feat: make `builtins` public in `Program` struct [#1908](https://github.com/lambdaclass/cairo-vm/pull/1907)
57
+
54
58
* feat: set `encoded_instruction` to be u128 for opcode_extensions to come [#1940](https://github.com/lambdaclass/cairo-vm/pull/1940)
55
59
56
60
* feat: add `get_u32_range` to `impl VirtualMachine` add `get_u32` and `get_u32_range` to `impl Memory`[#1936](https://github.com/lambdaclass/cairo-vm/pull/1936)
0 commit comments